aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-17 02:21:22 -0700
committerGravatar Tom Willemse2018-07-17 02:21:22 -0700
commitcb8e636045875f076d6198f9e2d3ed626d0d7801 (patch)
tree776997156b246f3d75bfaaf6bc7a1f5033e97ade /emacs
parent63736ee327540f8de4c192739c8b41cdcd44e348 (diff)
downloadnew-dotfiles-cb8e636045875f076d6198f9e2d3ed626d0d7801.tar.gz
new-dotfiles-cb8e636045875f076d6198f9e2d3ed626d0d7801.zip
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el26
1 files 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