[oni-core] Enable ‘auto-insert-mode’
This commit is contained in:
parent
6d3975566c
commit
cd8565d9bd
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0425.174228
|
;; Version: 2021.0425.174950
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -191,6 +191,7 @@ _s_: String list"
|
||||||
(gcmh-mode)
|
(gcmh-mode)
|
||||||
(ws-butler-global-mode)
|
(ws-butler-global-mode)
|
||||||
(which-key-mode)
|
(which-key-mode)
|
||||||
|
(auto-insert-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