emacs/SOURCES/default.el

8 lines
302 B
EmacsLisp
Raw Normal View History

2020-10-05 04:09:01 +00:00
;;; default.el - loaded after ".emacs" on startup
;;;
;;; Setting `inhibit-default-init' non-nil in "~/.emacs"
;;; prevents loading of this file. Also the "-q" option to emacs
;;; prevents both "~/.emacs" and this file from being loaded at startup.
(setq-default smime-CA-directory "/etc/ssl/certs")