.emacs.d/init.el
This commit is contained in:
parent
434357f917
commit
5c4c72f56f
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
(require 'mode-icons)
|
||||
(require 'oni)
|
||||
|
||||
(defalias 'dabbrev-expand 'hippie-expand)
|
||||
|
||||
(autoload 'define-slime-contrib "slime")
|
||||
(autoload 'gtags-mode "gtags" nil t)
|
||||
(autoload 'identica-mode "identica-mode" nil t)
|
||||
|
@ -455,6 +457,7 @@
|
|||
(ido-ubiquitous-mode)
|
||||
(savehist-mode)
|
||||
(show-paren-mode)
|
||||
(display-battery-mode)
|
||||
|
||||
(smex-initialize)
|
||||
(help-at-pt-set-timer)
|
||||
|
|
Loading…
Reference in a new issue