aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-03-02 12:48:44 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-03-02 12:48:44 +0900
commit46656421456345ef43080de055deaeb83c2aec94 (patch)
tree5ede887e4886d7cbe56434e2a80d111a4594c079
parent0383c95c30360e1c601a0a2279497111db5984f2 (diff)
Add emacs-which-key package
-rw-r--r--.emacs3
-rw-r--r--manifest.scm1
2 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 18ad963..c13aeee 100644
--- a/.emacs
+++ b/.emacs
@@ -89,6 +89,9 @@
;;; undo-tree-mode
(global-undo-tree-mode t)
+;;; which-key
+(which-key-mode)
+
;;; Font
(set-face-attribute 'default nil :family "Hermit" :height 100)
(set-fontset-font (frame-parameter nil 'font)
diff --git a/manifest.scm b/manifest.scm
index 9489396..59c6b1e 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -36,6 +36,7 @@
"emacs-markdown-mode"
"emacs-org-journal"
"emacs-org-bullets"
+ "emacs-which-key"
"setxkbmap"
"light"
"davfs2"