Commit graph

8 commits

Author SHA1 Message Date
7cf8c3fa53 feat(emacs): add code files to move away from spacemacs
This is the start to move away from spacemacs and to a custom emacs
config
2021-03-16 20:12:46 +00:00
d182275eb0 refactor(emacs): disable lsp breadcrumbs
This was after a recent update to lsp-mode / spacemacs when this feature was
enabled by default

See: c4ad14a73a/layers/+tools/lsp/README.org (breadcrumb-on-headerline)
2020-12-29 09:15:31 +00:00
72431d9b18 refactor(emacs): start playing with Hasklig font 2020-12-29 07:58:41 +00:00
6c43582e35 feat(emacs): move to doom modeline 2020-12-28 19:46:12 +00:00
766e50106e refactor(emacs): remove fringe color from theme
This gives the themes a move minimal and clean look.
2020-11-22 21:12:34 +00:00
9bb1595dec feat(emacs): make emacs open file to a line like a normal editor
When opening files in emacs from the terminal using the default command `+LINE`
is not really useful an no programs output files and lines in that format. All
programmes output a file like `path/to/file.ext:2` this is line 2 in the file
`path/to/file.ext` if you were to open this with the emacs command it would be
`emacs +2 path/to/file.ext`. With this commit you can use `emacs
path/to/file.ext:2` and it will open the file on line 2 like you would expect.

As a extra I have overridden the tmux open command to add the `--no-wait` to the
editor command so that we can continue to use the terminal window as the file is
open in emacs and we don't need to close the file to use the terminal.
2020-11-04 20:15:44 +00:00
b68fd82987 fix(emacs): sort out base16 terminal colors 2020-11-04 19:56:21 +00:00
ca5a928f55 feat(emacs): add spacemacs config
This was moved out of the private repo
2020-10-17 16:47:40 +01:00