mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-17 14:18:08 -05:00
Add sandbox
This commit is contained in:
parent
f6d127fd25
commit
117e8248bc
@ -754,7 +754,7 @@ Keybinds in =M-x sp-cheat-sheet=.
|
||||
:commands smartparens-strict-mode
|
||||
:config
|
||||
(require 'smartparens-config))
|
||||
|
||||
|
||||
(use-package evil-smartparens
|
||||
:hook (smartparens-enabled . evil-smartparens-mode))
|
||||
#+END_SRC
|
||||
@ -847,7 +847,9 @@ Built into emacs since 24.1
|
||||
Flycheck does syntax highlighting in a few languages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package flycheck
|
||||
:hook (prog-mode . flycheck-mode))
|
||||
:hook (prog-mode . flycheck-mode)
|
||||
:custom
|
||||
(flycheck-disabled-checkers '(emacs-lisp-checkdoc)))
|
||||
#+END_SRC
|
||||
|
||||
*** Column 80 Highlight
|
||||
@ -883,12 +885,10 @@ Yasnippet adds support for custom snippets
|
||||
It's magic git!
|
||||
Keybinds [[https://github.com/emacs-evil/evil-magit][here]]
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package magit
|
||||
:general
|
||||
(foltz-git-def
|
||||
"s" 'magit-status
|
||||
"d" 'magit-diff
|
||||
"g" 'magit-grep))
|
||||
(use-package magit
|
||||
:general
|
||||
(foltz-git-def
|
||||
"s" 'magit-status))
|
||||
#+END_SRC
|
||||
It's *evil* magic git!
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
1218
lain/.emacs.d/sandbox.org
Normal file
1218
lain/.emacs.d/sandbox.org
Normal file
File diff suppressed because it is too large
Load Diff
@ -31,6 +31,7 @@ Editors:
|
||||
- emacs:
|
||||
config:
|
||||
- .emacs.d/config.org
|
||||
- .emacs.d/sandbox.org
|
||||
- .emacs.d/init.el
|
||||
- .local/share/applications/emacs.desktop
|
||||
- neovim
|
||||
|
Loading…
Reference in New Issue
Block a user