summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-22 01:15:25 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-22 01:17:46 -0500
commit9cebbd53fc6188d6640bc895261b2a68ccafce45 (patch)
tree2d271ab8302cf54b4caab14986865fe3b7cb523d /init.org
parent21ad71fa7e98449ed407035a632dc3199a355e22 (diff)
downloadconfigs-9cebbd53fc6188d6640bc895261b2a68ccafce45.tar.gz
configs-9cebbd53fc6188d6640bc895261b2a68ccafce45.tar.xz
configs-9cebbd53fc6188d6640bc895261b2a68ccafce45.zip
[emacs] remove some unused packages
Diffstat (limited to '')
-rw-r--r--init.org32
1 files changed, 7 insertions, 25 deletions
diff --git a/init.org b/init.org
index ae1a6e6..b144736 100644
--- a/init.org
+++ b/init.org
@@ -1472,19 +1472,11 @@ instead.
:hook (web-mode css-mode html-mode sgml-mode))
#+end_src
-** Nix
-
-#+begin_src emacs-lisp
-(use-package nix-mode
- :defer t
- :mode "\\.nix\\'")
-#+end_src
-
-** Java
+** COMMENT Java
*** meghanada
-#+begin_src emacs-lisp :tangle no
+#+begin_src emacs-lisp
(use-package meghanada
:bind
(:map meghanada-mode-map
@@ -1511,7 +1503,7 @@ tree-mode
treemacs
#+end_comment
-#+begin_src emacs-lisp :tangle no
+#+begin_src emacs-lisp
(use-package treemacs
:config (setq treemacs-never-persist t))
@@ -1776,11 +1768,10 @@ Make =*scratch*= and =*Messages*= unkillable.
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
-** [[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]]
+** COMMENT [[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]]
#+begin_src emacs-lisp
(use-package highlight-indent-guides
- :disabled t
:defer 3
:hook ((prog-mode . highlight-indent-guides-mode)
;; (org-mode . highlight-indent-guides-mode)
@@ -1813,12 +1804,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
("l" . image-forward-hscroll)))
#+end_src
-** anzu
-
-#+begin_src emacs-lisp
-(use-package anzu)
-#+end_src
-
** typo.el
#+begin_src emacs-lisp
@@ -1869,13 +1854,12 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
""))))
#+end_src
-** slack
+** COMMENT slack
Hopefully temporary.
#+begin_src emacs-lisp
(use-package slack
- :disabled t
:commands (slack-start)
:init
(eval-when-compile ; silence the byte-compiler
@@ -2221,11 +2205,10 @@ I tried using =borg-elpa= instead of doing it like this, but it added
(bbdb-initialize 'gnus 'message))
#+end_src
-** message-x
+** COMMENT message-x
#+begin_src emacs-lisp
(use-package message-x
- :disabled t
:custom
(message-x-completion-alist
(quote
@@ -2237,11 +2220,10 @@ I tried using =borg-elpa= instead of doing it like this, but it added
. message-expand-group)))))
#+end_src
-** gnus-harvest
+** COMMENT gnus-harvest
#+begin_src emacs-lisp
(use-package gnus-harvest
- :disabled t
:commands gnus-harvest-install
:demand t
:config