summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 10dc73c..bf20c3e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -695,8 +695,8 @@ for all frames."
(setq save-place-file (b/var "save-place.el"))
(save-place-mode))
-(with-eval-after-load 'prog-mode
- (global-prettify-symbols-mode))
+;; (with-eval-after-load 'prog-mode
+;; (global-prettify-symbols-mode))
(add-to-list 'auto-mode-alist '("\\.*rc$" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.bashrc$" . sh-mode))