diff options
| author | tslil clingman <> | 2021-04-19 09:47:09 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-04-19 09:47:09 -0400 |
| commit | 1e10d920f7c483636a994b2169cb746ee5f012af (patch) | |
| tree | c9d330b3ee1a369d9ea81788b18d5d68b24ad74d /emacs/inits/01-basic.el | |
| parent | 21ef927e26f0f7e546491b021e5baebcfaedff01 (diff) | |
Decided to move the epg-gpg-program setting into rcirc advice
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index c716998..55a8dcb 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-04-09 14h21 EDT (hobbies)> +;; Time-stamp: <2021-04-19 09h47 EDT (hobbies)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -49,14 +49,6 @@ ;; (set-fringe-mode 128) ;; ----------------------------------------------------------------------------- -;; Qubes-specific stuff - -;; For some reason this doesn't seem to work using setq/-defuault and -;; requires... ? -(custom-set-variables - '(epg-gpg-program "/usr/bin/qubes-gpg-client-wrapper")) - -;; ----------------------------------------------------------------------------- ;; Backups (setq backup-by-copying t |
