summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-12-20 10:45:20 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-20 10:45:20 -0500
commit3393f17faefe508a651a6bb6e656c971d5afd39f (patch)
treea2839778ad0420c56dae5244e8f1619419d508a4 /emacs
parentcd12a92c8b42be7a4b2e6f9b6e49cfe90947159c (diff)
config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.doom.d/config.el4
-rw-r--r--emacs/.doom.d/init.el8
2 files changed, 7 insertions, 5 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 2b0dbfd..fd3a65c 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -20,6 +20,8 @@
(setq company-idle-delay nil)
(setq lsp-ui-doc-enable nil)
+(setq display-line-numbers-type nil)
+
;; Scratch buffers are often for lisp stuff.
(setq doom-scratch-initial-major-mode 'lisp-interaction-mode)
@@ -102,7 +104,7 @@
alist)))
(server-start)
-(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
+;(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
(add-to-list 'auto-mode-alist '("\\.journal\\'" . ledger-mode))
;; Make ace window more visible
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el
index 66d3f7c..ba5083a 100644
--- a/emacs/.doom.d/init.el
+++ b/emacs/.doom.d/init.el
@@ -38,7 +38,7 @@
;;hydra
;;indent-guides ; highlighted indent columns
;;minimap ; show a map of the code on the side
- modeline ; snazzy, Atom-inspired modeline, plus API
+ modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
@@ -63,7 +63,7 @@
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once
;;objed ; text object editing for the innocent
- parinfer ; turn lisp into python, sort of
+ ;;parinfer ; turn lisp into python, sort of
;;rotate-text ; cycle region at point between text candidates
snippets ; my elves. They type so I don't have to
;;word-wrap ; soft wrapping with language-aware indent
@@ -100,10 +100,10 @@
;;macos ; MacOS-specific commands
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
- ;;pass ; password manager for nerds
+ pass ; password manager for nerds
;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
- ;;rgb ; creating color strings
+ rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux