mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-04-22 02:42:29 -04:00
dash: Remove duplicated use-package form
This commit is contained in:
parent
9c1c19c63c
commit
1fdbd1aa7e
7
init.el
7
init.el
@ -33,7 +33,9 @@
|
||||
(require 'use-package)
|
||||
(setq use-package-verbose t))
|
||||
|
||||
(use-package dash)
|
||||
(use-package dash
|
||||
:config (global-dash-fontify-mode))
|
||||
|
||||
(use-package eieio)
|
||||
|
||||
(use-package auto-compile
|
||||
@ -70,9 +72,6 @@
|
||||
|
||||
;;; Long tail
|
||||
|
||||
(use-package dash
|
||||
:config (global-dash-fontify-mode))
|
||||
|
||||
(use-package diff-hl
|
||||
:config
|
||||
(setq diff-hl-draw-borders nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user