Put yafolding in an alphabetically better place

This commit is contained in:
Kashish Sharma 2015-01-31 04:31:07 +05:30
parent 03b981d52b
commit 192683c8b6
1 changed files with 4 additions and 3 deletions

View File

@ -177,9 +177,6 @@
;(setq erc-log-write-after-insert t)
(erc-fill-mode 'nil)
;;;; yafolding.el
(add-hook 'prog-mode-hook
(lambda () (yafolding-mode)))
;;;; Win-switch
(require 'win-switch)
@ -194,6 +191,10 @@
(require 'fullscreen-mode)
(fullscreen-mode 1)
;;;; yafolding.el
;(add-hook 'prog-mode-hook
; (lambda () (yafolding-mode)))
;;;; Here be customize dragons
(custom-set-variables
;; custom-set-variables was added by Custom.