added zlc.el

This commit is contained in:
Kashish Sharma 2014-09-30 00:26:41 +05:30
parent 22314065b4
commit 3094eb08da
1 changed files with 5 additions and 2 deletions

View File

@ -76,8 +76,8 @@
(emms-standard)
(emms-default-players)
;Enable Ido mode
(require 'ido)
(ido-mode t)
;(require 'ido)
;(ido-mode t)
;(global-set-key (kbd "DEL") 'ido-delete-backward-updir)
;Ido-ubiquitous
;(require 'ido-ubiquitous)
@ -104,6 +104,9 @@
; yafolding.el
(add-hook 'prog-mode-hook
(lambda () (yafolding-mode)))
; zlc
(require 'zlc)
(zlc-mode t)
;Here be customize dragons
(custom-set-variables
;; custom-set-variables was added by Custom.