This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
emacs-config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
My attempt to optimize my emacs load time <1 second
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25
Commits
1
Branch
2.5 MiB
Emacs Lisp
97%
Vim Snippet
3%
Tree:
c3e0d942f9
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'c3e0d942f9'
${ noResults }
emacs-config
/
snippets
/
emacs-lisp-mode
/
use-package.snippet
6 lines
91 B
Raw
Blame
History
# -*- mode: snippet -*-
# name: use-package
# key: use
# --
(use-package $1
:ensure ${2:t})