summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.doom.d/config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 99e07159..f5dfa497 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -203,3 +203,10 @@
;; Emojify mode
(add-hook 'after-init-hook #'global-emojify-mode)
+
+;; My own menu
+(map! :leader
+ (:prefix-map ("a" . "applications")
+ ;; ispell
+ :desc "ispell" "i" #'ispell
+ :desc "http_status" "h" #'helm-httpstatus))