diff options
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 |
