From: Armaan Bhojwani Date: Wed, 19 May 2021 02:28:49 +0000 (-0400) Subject: Remove emacs-anywhere X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=c4772e53bfe2fdb3818b8012c03e6d4af701af8d Remove emacs-anywhere --- diff --git a/config.org b/config.org index 5d8ccd1..612c020 100644 --- a/config.org +++ b/config.org @@ -472,11 +472,6 @@ Some EWW enhancements. (circe "pounce") #+end_src -** Emacs Anywhere -Use Emacs globally. Use the Emacs daemon and bind a key in your wm to =emacsclient --eval "(emacs-everywhere)"=. -#+begin_src emacs-lisp - (use-package emacs-everywhere) -#+end_src * Emacs IDE ** Code cleanup #+begin_src emacs-lisp @@ -782,12 +777,10 @@ No more clogging up init.el. program[emacs] = emacsclient -c program[firefox] = firefox program[calc] = st -e because -l - program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)" bind[email] = MOD+Control+1 bind[irc] = MOD+Control+2 bind[firefox] = MOD+Control+3 - bind[emacs-anywhere] = MOD+Control+4 bind[calc] = MOD+Control+5 bind[emacs] = MOD+Control+Return #+end_src