]> git.armaanb.net Git - config.org.git/commitdiff
Remove emacs-anywhere
authorArmaan Bhojwani <me@armaanb.net>
Wed, 19 May 2021 02:28:49 +0000 (22:28 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 19 May 2021 02:28:49 +0000 (22:28 -0400)
config.org

index 5d8ccd1ba1e63f83a5eb0492b61f358a6631bb09..612c02050b133f7f626a7d64a3129db685b1b3f9 100644 (file)
@@ -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