Dotfiles/site-modules/core/files
Ade Attwood 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
..
bin refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
emacs feat(emacs): make emacs open file to a line like a normal editor 2020-11-04 20:15:44 +00:00
fonts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
oh-my-zsh feat(shell): add docker ls -a alias dkls 2020-10-25 20:12:47 +00:00
scripts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vim refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vscode refactor(vscode): add ignoreTrimWhitespace to the settings 2020-09-21 20:12:27 +01:00
alacritty.yml feat(term): add alacritty and base16 colours 2020-09-20 21:13:11 +01:00
tmux.conf feat(emacs): make emacs open file to a line like a normal editor 2020-11-04 20:15:44 +00:00
zshrc feat(emacs): make emacs open file to a line like a normal editor 2020-11-04 20:15:44 +00:00