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>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.1030.180657
|
||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler)
|
||||
;; Version: 2020.1113.093546
|
||||
;; 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
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -161,6 +161,7 @@
|
|||
(recentf-mode)
|
||||
(gcmh-mode)
|
||||
(ws-butler-global-mode)
|
||||
(composable-mode)
|
||||
|
||||
(add-to-list 'display-buffer-alist
|
||||
`(,(rx string-start
|
||||
|
|
Loading…
Reference in a new issue