Add which-key mode
This commit is contained in:
parent
7969cd4251
commit
d4d4c75d62
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1113.093546
|
;; Version: 2020.1202.190437
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler composable)
|
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler composable which-key)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
(require 'oni-data-dir)
|
(require 'oni-data-dir)
|
||||||
(require 'recentf)
|
(require 'recentf)
|
||||||
(require 'ws-butler)
|
(require 'ws-butler)
|
||||||
|
(require 'which-key)
|
||||||
|
|
||||||
(defconst oni-core--auto-save-directory (oni-data-dir-locate "auto-save-files/")
|
(defconst oni-core--auto-save-directory (oni-data-dir-locate "auto-save-files/")
|
||||||
"Directory where auto-saves go.")
|
"Directory where auto-saves go.")
|
||||||
|
@ -162,6 +163,7 @@
|
||||||
(gcmh-mode)
|
(gcmh-mode)
|
||||||
(ws-butler-global-mode)
|
(ws-butler-global-mode)
|
||||||
(composable-mode)
|
(composable-mode)
|
||||||
|
(which-key-mode)
|
||||||
|
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
`(,(rx string-start
|
`(,(rx string-start
|
||||||
|
|
Loading…
Reference in a new issue