Fix newlines

This commit is contained in:
contrapunctus 2022-01-14 16:26:35 +05:30
parent c95e364c30
commit 81a4ff624e
1 changed files with 6 additions and 5 deletions

View File

@ -4174,8 +4174,8 @@ pjb suggested a different approach [[http://paste.lisp.org/display/10157][here]]
(eval-expression-minibuffer-setup . smartparens-mode)
(paredit-mode . turn-off-smartparens-mode)
(erc-mode . smartparens-mode))
#+END_SRC
*** lispy
Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, self-insert (which =smartparens= will add the closing pair for)
@ -4213,6 +4213,7 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
(lispy-set-key-theme '(lispy special)))
#+END_SRC
*** treemacs
#+BEGIN_SRC emacs-lisp
(use-package treemacs
@ -4223,8 +4224,8 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
(treemacs-tag-follow-mode)
(treemacs-toggle-fixed-width)
(setq treemacs-tag-follow-delay 0))
#+END_SRC
*** imenu
#+BEGIN_SRC emacs-lisp
(use-package imenu
@ -4713,8 +4714,8 @@ TODO - wrap region if region active"
(use-package nodejs-repl
:disabled
:config (setq nodejs-repl-command "nodejs"))
#+END_SRC
** web development
https://emacs.cafe/emacs/javascript/setup/2017/04/23/emacs-setup-javascript.html
@ -4751,8 +4752,8 @@ Potentially useful - https://www.draketo.de/software/emacs-javascript.html
(when (featurep 'boon)
(general-def package-menu-mode-map
"X" 'package-menu-execute)))
#+END_SRC
* feather
#+BEGIN_SRC emacs-lisp
(use-package feather
@ -4821,7 +4822,6 @@ Potentially useful - https://www.draketo.de/software/emacs-javascript.html
file-path-shell))))))
(add-hook 'after-save-hook 'cp/after-save)
#+END_SRC
** compile
@ -5043,6 +5043,7 @@ ARGS are ignored."
;; (emacs-init-time)
;; (profiler-report)
#+END_SRC
* The End
#+BEGIN_SRC emacs-lisp
(provide 'init)