summaryrefslogtreecommitdiff
path: root/home/dots
diff options
context:
space:
mode:
Diffstat (limited to 'home/dots')
-rw-r--r--home/dots/.emacs18
1 files changed, 2 insertions, 16 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index 6640f7a..9e59413 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -1,5 +1,6 @@
;; -*- lexical-binding: t; -*-
(add-to-list 'load-path "~/.emacs.d/elisp")
+(setq use-package-enable-imenu-support t)
(setq package-list
'(avy
@@ -29,7 +30,6 @@
nov
pass
pinentry
- rec-mode
tldr
transpose-frame
ws-butler)
@@ -806,7 +806,7 @@
(ido-max-prospects 12)
(ido-max-window-height 1)
(ido-decorations
- '(" " " " " " " , ..." " [" "] " " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")))
+ '(" " " " ", " " , ..." " [" "] " " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")))
(use-package completion
:custom
@@ -869,18 +869,6 @@
(go-mode . (lambda ()
(setq-local compile-command "go build .")))))
-(use-package rec-mode
- :ensure t
- :defer t
- :mode "\\.rec\\'"
- :config
- (define-key rec-edit-mode-map (kbd "<TAB>") nil)
- (define-key rec-mode-map (kbd "<TAB>") nil)
- :hook
- ((rec-mode . variable-pitch-mode)
- (rec-mode . flymake-mode)
- (rec-mode . eldoc-mode)))
-
(use-package erc
:ensure t
:custom
@@ -915,8 +903,6 @@
(use-package ob-rec
:ensure nil)
-
-
;; Org
(use-package org
:ensure t