Random tweaks.

This commit is contained in:
Ivan Malison 2015-01-03 09:57:11 -08:00
parent f97f37ecf0
commit d215b04dce

View File

@ -72,7 +72,7 @@
;; ============================================================================= ;; =============================================================================
(defvar packages-eager (defvar packages-eager
'(popup auto-complete yasnippet cl-lib paradox slime '(popup auto-complete yasnippet cl-lib paradox
xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish
gist)) gist))
@ -776,7 +776,7 @@ The current directory is assumed to be the project's root otherwise."
:commands erc :commands erc
:config :config
(progn (progn
(add-to-list 'erc-modules 'notifications) ;; (add-to-list 'erc-modules 'notifications)
(use-package erc-colorize :ensure t) (erc-colorize-mode 1))) (use-package erc-colorize :ensure t) (erc-colorize-mode 1)))
(use-package s :ensure t) (use-package s :ensure t)
@ -899,7 +899,7 @@ marking if it still had that."
(progn (progn
(setq sauron-prio-sauron-started 2) (setq sauron-prio-sauron-started 2)
(setq sauron-min-priority 3) (setq sauron-min-priority 3)
(setq sauron-dbus-cookie t) ;; (setq sauron-dbus-cookie t) ;; linux only?
(setq sauron-separate-frame nil) (setq sauron-separate-frame nil)
(setq sauron-nick-insensitivity 1) (setq sauron-nick-insensitivity 1)
(defun sauron:jabber-notify (origin priority message &optional properties) (defun sauron:jabber-notify (origin priority message &optional properties)