summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-aesthetics.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el
index a112faa..d18b4ee 100644
--- a/.emacs.d/modules/thanos-aesthetics.el
+++ b/.emacs.d/modules/thanos-aesthetics.el
@@ -29,6 +29,8 @@
;; ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯
;;; Code:
+(require 'nerd-icons)
+
(setf inhibit-startup-message t)
(setf initial-scratch-message nil)
@@ -44,14 +46,18 @@
(tooltip-mode -1)
(menu-bar-mode -1)
(global-hl-line-mode)
+
+(require 'which-key)
(which-key-mode 1)
+
(blink-cursor-mode -1)
(menu-bar--visual-line-mode-enable)
(global-visual-line-mode 1)
;; Set emojis for emacs 29
(require 'emojify)
-(setf global-emojify-mode 1)
+(global-emojify-mode)
+(global-emojify-mode-line-mode)
(setf visible-bell t)