Add epa-file

master
Jacopo De Simoi 12 years ago
parent cc84050f7f
commit 7b82bad302
  1. 4
      init.el

@ -322,6 +322,10 @@ This is the same as using \\[set-mark-command] with the prefix argument."
(kill-buffer buffer)))
))
;; Open gpg encrypted files on the fly
(require 'epa-file)
(epa-file-enable)
(setq server-name (kde-current-activity))
(server-start)
(menu-bar-mode -99)

Loading…
Cancel
Save