diff options
author | 2019-03-18 12:22:41 -0400 | |
---|---|---|
committer | 2019-03-18 12:22:41 -0400 | |
commit | d1c58787a7346176c95f74be875c16f6ac97af50 (patch) | |
tree | 6f16b255a7d20271b543d8885d6c9015ae59a5ed /init.org | |
parent | df72fdfbec8b6a97364f21d4bb5767432777d9ca (diff) | |
download | configs-d1c58787a7346176c95f74be875c16f6ac97af50.tar.gz configs-d1c58787a7346176c95f74be875c16f6ac97af50.tar.xz configs-d1c58787a7346176c95f74be875c16f6ac97af50.zip |
[emacs] disable epkg and eclim
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -320,9 +320,10 @@ and without compromising on performance. use-package-expand-minimally t)) (setq use-package-always-defer t) +(require 'bind-key) #+end_src -*** Epkg +*** COMMENT Epkg #+begin_quote Browse the Emacsmirror package database @@ -333,7 +334,6 @@ database, low-level functions for querying the database, and a =package.el=-like user interface for browsing the available packages. #+begin_src emacs-lisp -(require 'bind-key) (use-package epkg :commands (epkg-list-packages epkg-describe-package) :bind @@ -1799,7 +1799,7 @@ treemacs :after (treemacs)) #+end_src -*** eclim +*** COMMENT eclim #+begin_src emacs-lisp (use-package eclim @@ -1872,7 +1872,7 @@ Emacs package that displays available keybindings in popup "C-c a e" "erc" "C-c a s" "shells" "C-c p" "package-management" - "C-c p e" "package-management/epkg" + ;; "C-c p e" "package-management/epkg" "C-c p s" "straight.el" "C-c psa" "all" "C-c psp" "package" |