[Emacs] Set gpg program

This commit is contained in:
Ivan Malison 2016-10-09 23:01:43 -07:00
parent 979bb3412f
commit c74dec3982
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1039,6 +1039,10 @@ proced is an top like utility that runs inside of emacs. The following sets auto
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "google-chrome-stable"))
#+END_SRC
** Set epa program
#+BEGIN_SRC emacs-lisp
(setq epg-gpg-program "gpg")
#+END_SRC
** Make files executable
#+BEGIN_SRC emacs-lisp
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)