Update for use-package 2.0
This commit is contained in:
parent
e0923b2d9c
commit
ee2a3380e7
7 changed files with 63 additions and 67 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
(cd "~") ; instead of /
|
||||
|
||||
(require 'use-package) ; Package management bootstrap
|
||||
(eval-when-compile (require 'use-package)) ; Package management bootstrap
|
||||
(setq use-package-verbose DEBUG-MODE)
|
||||
|
||||
;; Make sure undo/backup folders exist
|
||||
|
@ -211,9 +211,9 @@
|
|||
(add-hook 'after-load-functions 'smex-update-after-load)))
|
||||
|
||||
(use-package popwin
|
||||
:init (popwin-mode 1)
|
||||
:config
|
||||
(progn ; popwin config
|
||||
(popwin-mode 1)
|
||||
(setq popwin:popup-window-height 0.45)
|
||||
|
||||
(push '(diff-mode :position bottom :stick t) popwin:special-display-config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue