aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-09-12 22:08:00 -0700
committerGravatar Tom Willemse2018-09-12 22:08:00 -0700
commita298dfcb93a85653deda305e1523e57028c49447 (patch)
treebdaca1531c4f8c3042686a74d7d221baba6db7ac
parentede7ec857db4010c321e69acbbc7382fdffcf319 (diff)
downloadnew-dotfiles-a298dfcb93a85653deda305e1523e57028c49447.tar.gz
new-dotfiles-a298dfcb93a85653deda305e1523e57028c49447.zip
Remove any mention of special icons
If the icons aren’t set up correctly they make Emacs incredibly slow. And even when they are set up correctly, it doesn’t help performance on Windows.
-rw-r--r--emacs/.emacs.d/init.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5a890c9..c0fc021 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -176,15 +176,6 @@
(add-hook 'electric-indent-local-mode-hook #'oni:switch-newline-keys)
-;; (with-eval-after-load 'autorevert
-;; (diminish 'auto-revert-mode
-;; (concat " " (propertize (char-to-string #xf3a8)
-;; 'face '(:family "Ionicons")))))
-
-;; 'auto-fill-function
-;; (propertize (concat " " (char-to-string #xf149))
-;; 'face '(:family "Font Awesome" :height 0.75)))
-
(global-diff-hl-mode)
(blink-cursor-mode -1)
@@ -199,10 +190,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-function :around (symbol-function 'diff-hl-changes-buffer)
#'oni:with-diff-hl-p4-args))
-(diminish 'isearch-mode
- (concat " " (propertize (char-to-string #xf4a4)
- 'face '(:family "Ionicons"))))
-
(setq projectile-known-projects-file
(oni:data-location "projectile-bookmarks.eld"))