aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index e75db5be..ecdb1061 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -12,7 +12,7 @@
(xterm-mouse-mode 1)
(save-place-mode t) ; persists your position in files
(setq custom-file "~/.emacs.d/disable-custom-variable-saving")
-(load-theme 'modus-vivendi :no-confirm) ; colorblind-friendly theme
+(load-theme 'modus-vivendi :no-confirm) ; colorblind-friendly theme... but has issues with emoji and other unicode. If facing issues, M-x disable-theme
(fido-vertical-mode) ; nice completion for M-x
(which-key-mode) ; learn keyboard shortcuts
(global-completion-preview-mode 1) ; show things that you can tab-complete