Enable emoji mode everywhere and remove org-drill

This commit is contained in:
Colin Powell
2020-02-10 22:30:51 -05:00
parent a75f598599
commit 5c9dd8b6d9
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,8 @@
; A few nice to haves ; A few nice to haves
(nyan-mode) ; a rainbow cat, why not (nyan-mode) ; a rainbow cat, why not
(beacon-mode) ; show me where my cursor is bouncing around to (beacon-mode) ; show me where my cursor is bouncing around to
(emojify-mode) ; show emojis by default
(add-to-list 'auto-mode-alist '("\\.plantuml\\'" . planetuml-mode)) (add-to-list 'auto-mode-alist '("\\.plantuml\\'" . planetuml-mode))
(load! "+ui.el") (load! "+ui.el")

View File

@ -40,7 +40,6 @@
(package! org-vcard) (package! org-vcard)
(package! org-snooze) (package! org-snooze)
(package! org-alert) (package! org-alert)
(package! org-drill)
;; handy tools ;; handy tools
(package! beacon) (package! beacon)