blah
This commit is contained in:
@@ -72,7 +72,13 @@
|
||||
"r r" #'cider-ns-refresh
|
||||
"r R" #'cider-restart
|
||||
"r q" #'cider-quit
|
||||
"d d" #'cider-debug-defun-at-point
|
||||
"M-:" #'cider-read-and-eval
|
||||
"h d" #'cider-doc
|
||||
"h c" #'cider-cheatsheet)
|
||||
(:keymaps 'cider-repl-mode-map
|
||||
:states 'insert
|
||||
"S-<return>" #'cider-repl-newline-and-indent)
|
||||
:config
|
||||
(add-hook 'cider-mode-hook #'eldoc-mode)
|
||||
(add-hook 'cider-repl-mode-hook #'syd-lisp-mode)
|
||||
@@ -91,7 +97,9 @@
|
||||
(,(rx bol "*cider-doc*")
|
||||
:slot 2 :vslot -8 :quit t :select t)))
|
||||
;; DEPRECATED: Remove once syd-strategies is working.
|
||||
(syd-add-hook 'clojure-mode-hook
|
||||
(syd-add-hook '(clojure-mode-hook
|
||||
clojurescript-mode-hook
|
||||
cider-repl-mode-hook)
|
||||
(defun syd-clojure-set-handlers-h ()
|
||||
(setq-local syd-lookup-documentation-handlers
|
||||
(list #'cider-doc))))
|
||||
|
||||
9
modules/home/users/crumb/emacs/modules/syd-snippets.el
Normal file
9
modules/home/users/crumb/emacs/modules/syd-snippets.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; syd-snippets.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package yasnippet
|
||||
:hook (on-first-input . yas-global-mode))
|
||||
|
||||
(use-package yasnippet-snippets
|
||||
:after yasnippet)
|
||||
|
||||
(provide 'syd-snippets)
|
||||
7
modules/home/users/crumb/emacs/modules/syd-trust.el
Normal file
7
modules/home/users/crumb/emacs/modules/syd-trust.el
Normal file
@@ -0,0 +1,7 @@
|
||||
;;; syd-trust.el -*- lexical-binding: t; -*-
|
||||
|
||||
(setq safe-local-variable-directories
|
||||
(list "/persist/dots"
|
||||
(expand-file-name "~/org")))
|
||||
|
||||
(provide 'syd-trust)
|
||||
Reference in New Issue
Block a user