(put '+popup-buffer-mode permanent-local{,-hook} t)

This commit is contained in:
Henrik Lissner
2018-01-06 04:57:54 -05:00
parent eedd86135e
commit 4f605d26cd

View File

@ -158,6 +158,9 @@ current buffer."
:init-value nil :init-value nil
:keymap +popup-buffer-mode-map) :keymap +popup-buffer-mode-map)
(put '+popup-buffer-mode 'permanent-local t)
(put '+popup-buffer-mode 'permanent-local-hook t)
;; ;;
;; Hooks ;; Hooks