about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/config.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-12-14T17·53-0500
committerglittershark <grfn@gws.fyi>2020-12-14T18·18+0000
commitd6f11af7eb31304a695aa1f8458876edc578b15e (patch)
treeeb0e022e86f89412dd1f17f1fb10f7b817d4e186 /users/glittershark/emacs.d/config.el
parent4e263520d64bf3154669db8b13059216d7a1ba75 (diff)
feat(gs/emacs): Update for latest doom changes r/2009
Change-Id: I771ada41a64961da9969d0ce805943698d2c9a31
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2253
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/emacs.d/config.el')
-rw-r--r--users/glittershark/emacs.d/config.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index c4b44c00fa..6a8c41d9d9 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -392,11 +392,6 @@
   (set-fill-column 80)
   (setq evil-shift-width 2))
 
-;; (load! org-clubhouse)
-(add-hook! org-mode #'org-clubhouse-mode)
-
-(load! "slack-snippets")
-
 (auth-source-pass-enable)
 
 (require 'fill-column-indicator)
@@ -698,8 +693,8 @@
 ;;   ;; (push "build" counsel-etags-ignore-directories)
 ;;   )
 
-(use-package! evil-magit
-  :after (magit))
+;; (use-package! evil-magit
+;;   :after (magit))
 
 (use-package! writeroom-mode)