diff options
author | 2020-04-25 16:15:13 -0400 | |
---|---|---|
committer | 2020-04-25 16:15:13 -0400 | |
commit | 3e61146ea1009db8d48bf53422de799fed285a12 (patch) | |
tree | 16e6dd16ed1472915f07089193f3e512b6964ef5 /init.el | |
parent | aed4156cfc83f564311c31dffaa82486c41bb8c6 (diff) | |
download | configs-3e61146ea1009db8d48bf53422de799fed285a12.tar.gz configs-3e61146ea1009db8d48bf53422de799fed285a12.tar.xz configs-3e61146ea1009db8d48bf53422de799fed285a12.zip |
Move ls-lisp config from init.el to lisp/bandali-dired.el.
Also address byte-compiler warning.
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -665,9 +665,6 @@ Make N (default: 1) copies of the current line or region." "C-c @" "outline" "s-O" "outline"))) -(use-package ls-lisp - :custom (ls-lisp-dirs-first t)) - (require 'bandali-dired) (use-package help |