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:
parent
63736ee327
commit
cb8e636045
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue