From 3393f17faefe508a651a6bb6e656c971d5afd39f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 20 Dec 2021 10:45:20 -0500 Subject: config --- emacs/.doom.d/config.el | 4 +++- emacs/.doom.d/init.el | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'emacs') 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 -- cgit v1.2.3