Install the dired-k package

This commit is contained in:
Gergely Polonkai 2016-11-07 16:04:50 +01:00
parent dcc9a63cb0
commit 555c27b4cc
2 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,7 @@
company-restclient
company-shell
diminish
dired-k
drag-stuff
electric-case
electric-spacing

View File

@ -766,6 +766,12 @@
(:map gpolonkai/pers-map
("k" . cookie)))
(use-package dired-k
:ensure t
:bind
(:map dired-mode-map
("K" . dired-k)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")