Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Tweak dimish mode load order
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Dec 30, 2012
1 parent bb50b28 commit c27e250
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions etc/misc.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
;;;; <http://github.com/thomas11/delim-kill> ;;;; <http://github.com/thomas11/delim-kill>
(require 'delim-kill) (require 'delim-kill)


;;; DIMINISH
;; from http://whattheemacsd.com/init.el-04.html
(require 'diminish)
(diminish 'yas-minor-mode)
(diminish 'textmate-mode)

;;; DIRED-RIGHT-HERE ;;; DIRED-RIGHT-HERE
(defun genehack/dired-right-here (arg) (defun genehack/dired-right-here (arg)
"Run ido-dired or, with prefix, dired on current active directory." "Run ido-dired or, with prefix, dired on current active directory."
Expand Down Expand Up @@ -367,3 +361,12 @@
(make-directory yas/root-directory)) (make-directory yas/root-directory))
(yas/load-directory yas/root-directory) (yas/load-directory yas/root-directory)
(yas/global-mode 1) (yas/global-mode 1)

;; put this at the end so that everything is loaded...
;;; DIMINISH
;; from http://whattheemacsd.com/init.el-04.html
(require 'diminish)
(diminish 'auto-complete-mode)
(diminish 'projectile-mode)
(diminish 'smart-tab-mode)
(diminish 'yas-minor-mode)

0 comments on commit c27e250

Please sign in to comment.