diff options
| author | tslil clingman <> | 2020-08-12 22:15:29 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2020-08-12 22:15:29 -0400 |
| commit | c780db9db9c51d7004682d2b58c303b5c417f621 (patch) | |
| tree | 578f60e9445f53e79d0e77ba3e7c062e01251ef6 /emacs/inits | |
| parent | 384789b0a382e9015b6ef4f303533eaf1c9f3988 (diff) | |
Correct gnutls-verify-error setting for Gemini
Diffstat (limited to 'emacs/inits')
| -rw-r--r-- | emacs/inits/01-basic.el | 6 | ||||
| -rw-r--r-- | emacs/inits/07-tinymenu.el | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 34cb359..090ff55 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-04-24 17:52:36 (tslil@bison)> +;; Time-stamp: <2020-08-12 22:14:12 (user@hobbies)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -39,7 +39,9 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (when (eq 'x (window-system)) - (load-theme 'modus-operandi t) + (use-package gruvbox-theme + :ensure t + :config (load-theme 'gruvbox-dark-soft t)) (set-face-attribute 'region nil :background "orange") (set-face-attribute 'default nil :font "Iosevka-14")) diff --git a/emacs/inits/07-tinymenu.el b/emacs/inits/07-tinymenu.el index ac521c7..1e734ab 100644 --- a/emacs/inits/07-tinymenu.el +++ b/emacs/inits/07-tinymenu.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-03-28 13:33:17 (tslil@bison)> +;; Time-stamp: <2020-08-12 22:15:01 (user@hobbies)> (use-package tiny-menu :ensure t) |
