Code Monkey home page Code Monkey logo

galactic-emacs's Introduction

Davide Restivo's Github Stats

galactic-emacs's People

Contributors

daviderestivo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

galactic-emacs's Issues

Not installing correctly

When I installed emacs 26 with brew the executable only worked when started from the terminal with the -nw option. Starting without it or from the icon in Applications crashed.

When installing emacs 27 this happens.

==> make
Last 15 lines from /Users/mark/Library/Logs/Homebrew/emacs-head/03.make:
Fatal error 4: Illegal instruction
make[3]: *** [../../lisp/cedet/semantic/bovine/c-by.el] Abort trap: 6
make[2]: *** [semantic] Error 2
make[2]: *** Waiting for unfinished jobs....
  ELC      ../lisp/button.elc
  INFO     Scraping files for cal-loaddefs.el...28%
  ELC      ../lisp/case-table.elc
  INFO     Scraping files for cal-loaddefs.el...57%
  INFO     Scraping files for cal-loaddefs.el...71%
  ELC      ../lisp/composite.elc
  INFO     Scraping files for cal-loaddefs.el...92%
  INFO     Scraping files for cal-loaddefs.el...done
make[1]: *** [../lisp/loaddefs.el] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [src] Error 2

Personal setup?

Hello,

First, many thanks for sharing galactic-emacs. It is a very nice starter-kit, and the setup is very clear. Congratulations for this useful work.

I have two questions:
First, I do not succeed to identify the file where is the list of the packages that are downloaded and installed.
Second, I would be pleased to write another file to download other useful packages and to load personal setup. I am waiting to your adices to do so, because I do not want to break the installation when I will upgrade it.

Best wishes,
Jo.

load-bash-aliases-into-eshell - minor bug

Hey, there are some minor incomplete name to the element :

(defun lbsa/bash-to-eshell-aliases (BASHFILE)
  "Takes a BASHFILE, trims it to a list of alias commands, and inserts them as eshell aliases."
  (interactive "f")
  (eshell)
  (dolist (element (lbsa/extract-bash-aliases (lbsa/read-lines-from-file BASHFILE)))
    (let ((trimmed (replace-regexp-in-string "=" " " element)))
      (goto-char (point-max))
      (insert trimmed)
      (eshell-send-input))))

Thats all!

Care to make it a standalone package?
Thanks!

A few bumps for a beginner; probably my fault, but ...

Re-installed after the fix for company-lsp; still hitting a few issues.

On startup, I see, in the *Warnings*

Error (use-package): erc/:config: Symbol’s value as variable is void: freenode-login-password Disable showing Disable logging Error (use-package): atom-one-dark-theme/:init: Wrong number of arguments: (3 . 4), 2 Disable showing Disable logging Error (use-package): smart-mode-line/:catch: Wrong number of arguments: (3 . 4), 2 Disable showing Disable logging

The erc issue is a known one; I don't have a freenode account. That error doesn't bother me.

But the really annoying this is that C-x C-f won't work. I get Invalid function: treemacs-get-icon-value; in *Messages* I see helm-icons--treemacs-icon: Invalid function: treemacs-get-icon-value

These are probably issues I've introduced, but I've been unable to progress on resolving them.

Let me know if I can help by providing any more data.

BTW, I know this is a terrible bug report, but I'm not really sure of how to resolve this without creating an issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.