1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-02-17 14:18:08 -05:00

Add sandbox

This commit is contained in:
Jack Foltz 2019-02-08 01:06:51 -05:00
parent f6d127fd25
commit 117e8248bc
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD
3 changed files with 1227 additions and 8 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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