diff --git a/.bashrc b/.bashrc index 8aa97a3..581933a 100644 --- a/.bashrc +++ b/.bashrc @@ -183,7 +183,7 @@ alias .5='cd ../../../../..' # vim and emacs alias vim="nvim" alias emacs="emacsclient -c -a 'emacs'" # GUI versions of Emacs -alias em="/usr/bin/emacs -nw" # Terminal version of Emacs +alias em="/usr/bin/emacsclient -nw" # Terminal version of Emacs alias rem="killall emacs || echo 'Emacs server not running'; /usr/bin/emacs --daemon" # Kill Emacs and restart daemon.. # Changing "ls" to "eza" diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 44b82a6..4158a42 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -616,14 +616,14 @@ (eval-after-load 'org-indent '(diminish 'org-indent-mode)) - (custom-set-faces - '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) - '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) - '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) - '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) - '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) - '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) - '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) +(custom-set-faces + '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) + '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) + '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) + '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) + '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) + '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) + '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) (require 'org-tempo) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index bc2a242..68ba911 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -153,7 +153,7 @@ alias .5='cd ../../../../..' # vim and emacs alias vim='nvim' alias emacs="emacsclient -c -a 'emacs'" -alias em='/usr/bin/emacs -nw' +alias em='/usr/bin/emacsclient -nw' alias rem="killall emacs || echo 'Emacs server not running'; /usr/bin/emacs --daemon" # Kill Emacs and restart daemon.. # Changing "ls" to "eza" diff --git a/.zshrc b/.zshrc index eb688e3..7fbf05f 100644 --- a/.zshrc +++ b/.zshrc @@ -157,7 +157,7 @@ up () { # vim and emacs alias vim="nvim" alias emacs="emacsclient -c -a 'emacs'" # GUI versions of Emacs -alias em="/usr/bin/emacs -nw" # Terminal version of Emacs +alias em="/usr/bin/emacsclient -nw" # Terminal version of Emacs alias rem="killall emacs || echo 'Emacs server not running'; /usr/bin/emacs --daemon" # Kill Emacs and restart daemon.. # Changing "ls" to "eza"