mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 13:11:43 +00:00
ee3e7b81e4
* Added syncthing * JSON indentation in emacs * Fixed bug with myemacs script
3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
emacsclient --alternate-editor="" -s "$HOME/.emacs.d/HIGHLANDER" "$@"
|