Emacs: Add circe to selected packages

master
Pierre Neidhardt 2018-10-16 20:12:55 +02:00
parent a8f30c7493
commit a05572492b
1 changed files with 3 additions and 0 deletions

View File

@ -235,6 +235,9 @@
(when (require 'info-colors nil t)
(add-hook 'Info-selection-hook 'info-colors-fontify-node))
;;; IRC
(nconc package-selected-packages '(circe))
;;; JavaScript
(add-hook 'js-mode-hook (lambda () (defvaralias 'js-indent-level 'tab-width)))