From a298dfcb93a85653deda305e1523e57028c49447 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Sep 2018 22:08:00 -0700 Subject: [PATCH] Remove any mention of special icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- emacs/.emacs.d/init.el | 13 ------------- 1 file changed, 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"))