dired+ moved to its own ability and disabled by default. fix #17

This commit is contained in:
Sameer Rahmani 2018-02-18 10:50:20 +00:00
parent c13f135b86
commit cec89a8dc4
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@
;; ABILITIES
;; =========
;; Disable abilities which you don't want.
(disable 'rbenv 'helm 'spell 'linum 'smart-mode-line 'desktop-mode)
(disable 'rbenv 'helm 'spell 'linum 'smart-mode-line 'desktop-mode 'dired+)
;; EXTENSIONS
;; ==========

View File

@ -5,7 +5,6 @@
;; Dependencies ----------------------------------
(depends-on 'multiple-cursors)
(depends-on 'expand-region)
(depends-on 'dired+)
(depends-on 'seq)
(depends-on 'ov)
(depends-on 'cheatsheet)
@ -22,6 +21,9 @@
;; TODO: Move this to an ability
(depends-on 'solaire-mode)
(with-ability dired+
(depends-on 'dired+))
(with-ability nlinum
(depends-on 'nlinum))