Remove use-package from straight
use-package is part of Emacs now.
This commit is contained in:
parent
f0950127a5
commit
1d2b0097f3
1 changed files with 0 additions and 2 deletions
2
init.el
2
init.el
|
@ -103,8 +103,6 @@
|
||||||
(eval-print-last-sexp)))
|
(eval-print-last-sexp)))
|
||||||
(load bootstrap-file nil 'nomessage))
|
(load bootstrap-file nil 'nomessage))
|
||||||
|
|
||||||
(straight-use-package 'use-package)
|
|
||||||
|
|
||||||
;; Better than default: act on the region if active
|
;; Better than default: act on the region if active
|
||||||
(bind-key [remap upcase-word] #'upcase-dwim)
|
(bind-key [remap upcase-word] #'upcase-dwim)
|
||||||
(bind-key [remap downcase-word] #'downcase-dwim)
|
(bind-key [remap downcase-word] #'downcase-dwim)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue