From cb8e636045875f076d6198f9e2d3ed626d0d7801 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 17 Jul 2018 02:21:22 -0700 Subject: Remove Font Awesome Temporarily remove Font Awesome from being used since the glyphs show up too big and don’t seem to want to be resised by my instructions, or replaced by a different font for that matter. --- emacs/.emacs.d/init.el | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index c8342ef..fc696d4 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -187,14 +187,14 @@ (add-hook 'electric-indent-local-mode-hook #'oni:switch-newline-keys) -(with-eval-after-load 'autorevert - (diminish 'auto-revert-mode - (propertize (concat " " (char-to-string #xf021)) - 'face '(:family "Font Awesome" :height 0.75)))) +;; (with-eval-after-load 'autorevert +;; (diminish 'auto-revert-mode +;; (concat " " (propertize (char-to-string #xf3a8) +;; 'face '(:family "Ionicons"))))) -(diminish 'auto-fill-function - (propertize (concat " " (char-to-string #xf149)) - 'face '(:family "Font Awesome" :height 0.75))) +;; 'auto-fill-function +;; (propertize (concat " " (char-to-string #xf149)) +;; 'face '(:family "Font Awesome" :height 0.75))) (require 'diff-hl) (global-diff-hl-mode) @@ -212,8 +212,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" #'oni:with-diff-hl-p4-args)) (diminish 'isearch-mode - (propertize (concat " " (char-to-string #xf002)) - 'face '(:family "Font Awesome" :height 0.75))) + (concat " " (propertize (char-to-string #xf4a4) + 'face '(:family "Ionicons")))) (setq projectile-known-projects-file (oni:data-location "projectile-bookmarks.eld")) @@ -240,10 +240,10 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" (add-to-list 'projectile-project-root-files "yarn.lock") (add-to-list 'projectile-project-root-files "fabfile.py") -(with-eval-after-load 'server - (diminish 'server-buffer-clients - (propertize (concat " " (char-to-string #xf233)) - 'face '(:family "Font Awesome" :height 0.75)))) +;; (with-eval-after-load 'server +;; (diminish 'server-buffer-clients +;; (propertize (concat " " (char-to-string #xf233)) +;; 'face '(:family "Font Awesome" :height 0.75)))) (with-eval-after-load 'slime (setq slime-lisp-implementations -- cgit v1.2.3-54-g00ecf