Remove ‘composable-mode’
I liked the idea, but the implementatino was too flakey and didn’t actually let me do what I wanted to do. The biggest issue was that ‘comment-dwim’ didn’t work anymore and it got easily confused and screwed up the colors for my mode-line.
This commit is contained in:
parent
7d5f1314ac
commit
996f29b49b
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.1202.190437
|
||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler composable which-key)
|
||||
;; Version: 2020.1218.000307
|
||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler which-key)
|
||||
|
||||
;; 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
|
||||
|
@ -162,7 +162,6 @@
|
|||
(recentf-mode)
|
||||
(gcmh-mode)
|
||||
(ws-butler-global-mode)
|
||||
(composable-mode)
|
||||
(which-key-mode)
|
||||
|
||||
(add-to-list 'display-buffer-alist
|
||||
|
|
Loading…
Reference in a new issue