From 996f29b49b8c7946171b0f16e9207caee4282f29 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2020 00:03:20 -0800 Subject: 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. --- oni-core.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oni-core.el b/oni-core.el index a7395a8..7371015 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; 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 -- cgit v1.2.3-54-g00ecf