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