Skip to content

Commit

Permalink
disabling seldom used modes, fixing incompatibility with slime and au…
Browse files Browse the repository at this point in the history
…topair
  • Loading branch information
Giovanni Intini committed Jul 25, 2011
1 parent 434626a commit f5be62b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init.el
Expand Up @@ -95,14 +95,14 @@

(setq el-get-packages
(append
'(magit
'(;;magit
apache-mode
autopair
color-theme
color-theme-solarized
folding
;;folding
gist
org-mode
;;org-mode
smooth-scrolling
twittering-mode
rainbow-mode
Expand All @@ -118,6 +118,7 @@
(show-paren-mode 1)
(color-theme-solarized-light)
(setq twittering-use-master-password t)
(set-default 'autopair-dont-activate #'(lambda () (eq major-mode 'sldb-mode)))
(autopair-global-mode)
(rainbow-mode)
(yas/global-mode)
Expand Down

0 comments on commit f5be62b

Please sign in to comment.