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.
This commit is contained in:
Tom Willemse 2018-07-17 02:21:22 -07:00
parent 63736ee327
commit cb8e636045

View file

@ -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