~jlambda/.doom

124b54d791bd9993b475ba4aacb6f3925f8d3659 — jerry 1 year, 6 months ago 1fcb1ef
evil-cleverparens
3 files changed, 5 insertions(+), 4 deletions(-)

M config.el
M init.el
M packages.el
M config.el => config.el +3 -1
@@ 34,7 34,8 @@
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(after! scheme-mode-hook evil-cleverparens-mode)
(add-hook 'lisp-mode-hook #'evil-cleverparens-mode)
(add-hook 'clojure-mode-hook #'evil-cleverparens-mode)


;; Here are some additional functions/macros that could help you configure Doom:


@@ 98,6 99,7 @@
              (map! :leader "m b r" #'python-black-region)
              (map! :leader "m b s" #'python-black-statement))


; https://github.com/hlissner/doom-emacs/issues/2263#issuecomment-569444412
;(after! geiser
;  (setq geiser-guile-binary (executable-find "guile2.2")))

M init.el => init.el +2 -2
@@ 113,7 113,7 @@
       ;;agda              ; types of types of types of types...
       ;;cc                ; C/C++/Obj-C madness
       (clojure +lsp)           ; java with a lisp
       ;;common-lisp       ; if you've seen one lisp, you've seen them all
       common-lisp         ; if you've seen one lisp, you've seen them all
       ;;coq               ; proofs-as-programs
       ;;crystal           ; ruby at the speed of c
       ;;csharp            ; unity, .NET, and mono shenanigans


@@ 164,7 164,7 @@
       ;;solidity          ; do you need a blockchain? No.
       ;;swift             ; who asked for emoji variables?
       ;;terra             ; Earth and Moon in alignment for performance.
       ;;web               ; the tubes
       web               ; the tubes
       ;;yaml              ; JSON, but readable

       :email

M packages.el => packages.el +0 -1
@@ 8,7 8,6 @@

;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;(package! some-package)
(package! slime)
(package! geiser)
(package! geiser-chicken)
(package! geiser-racket)