Add composable.el
This commit is contained in:
parent
344bf537d4
commit
d6f0b92c9f
1 changed files with 3 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.1030.180657
|
;; Version: 2020.1113.093546
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler)
|
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler composable)
|
||||||
|
|
||||||
;; 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
|
||||||
|
@ -161,6 +161,7 @@
|
||||||
(recentf-mode)
|
(recentf-mode)
|
||||||
(gcmh-mode)
|
(gcmh-mode)
|
||||||
(ws-butler-global-mode)
|
(ws-butler-global-mode)
|
||||||
|
(composable-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