mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-19 23:13:50 -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
|
:commands smartparens-strict-mode
|
||||||
:config
|
:config
|
||||||
(require 'smartparens-config))
|
(require 'smartparens-config))
|
||||||
|
|
||||||
(use-package evil-smartparens
|
(use-package evil-smartparens
|
||||||
:hook (smartparens-enabled . evil-smartparens-mode))
|
:hook (smartparens-enabled . evil-smartparens-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -847,7 +847,9 @@ Built into emacs since 24.1
|
|||||||
Flycheck does syntax highlighting in a few languages
|
Flycheck does syntax highlighting in a few languages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:hook (prog-mode . flycheck-mode))
|
:hook (prog-mode . flycheck-mode)
|
||||||
|
:custom
|
||||||
|
(flycheck-disabled-checkers '(emacs-lisp-checkdoc)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Column 80 Highlight
|
*** Column 80 Highlight
|
||||||
@ -883,12 +885,10 @@ Yasnippet adds support for custom snippets
|
|||||||
It's magic git!
|
It's magic git!
|
||||||
Keybinds [[https://github.com/emacs-evil/evil-magit][here]]
|
Keybinds [[https://github.com/emacs-evil/evil-magit][here]]
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:general
|
:general
|
||||||
(foltz-git-def
|
(foltz-git-def
|
||||||
"s" 'magit-status
|
"s" 'magit-status))
|
||||||
"d" 'magit-diff
|
|
||||||
"g" 'magit-grep))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
It's *evil* magic git!
|
It's *evil* magic git!
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+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:
|
- emacs:
|
||||||
config:
|
config:
|
||||||
- .emacs.d/config.org
|
- .emacs.d/config.org
|
||||||
|
- .emacs.d/sandbox.org
|
||||||
- .emacs.d/init.el
|
- .emacs.d/init.el
|
||||||
- .local/share/applications/emacs.desktop
|
- .local/share/applications/emacs.desktop
|
||||||
- neovim
|
- neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user