summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2016-05-09 14:32:11 +0200
committerAlan Pearce2016-05-09 14:32:11 +0200
commitc8be7b71c75af6c9e1a0eaf6d26c609cd6b22390 (patch)
treee433b5ecda582f0004a986e30e8126653cfe1131 /tag-emacs/emacs.d/init.org
parentc093c25d34a12f2f41dd5aa08435475c0451225b (diff)
downloaddotfiles-c8be7b71c75af6c9e1a0eaf6d26c609cd6b22390.tar.lz
dotfiles-c8be7b71c75af6c9e1a0eaf6d26c609cd6b22390.tar.zst
dotfiles-c8be7b71c75af6c9e1a0eaf6d26c609cd6b22390.zip
Emacs: Remove unnecessary guard
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 09de07d..d539b8a 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1909,8 +1909,7 @@ frameworks that require multiple nested elements to do anything useful.
   :commands (emmet-mode)
   :diminish (emmet-mode . " >")
   :init (progn
-          (if (functionp 'web-mode)
-              (add-hook 'web-mode-hook #'emmet-mode))))
+          (add-hook 'web-mode-hook #'emmet-mode)))
 #+END_SRC
 
 *** web-mode