mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Assimilate cond-let v0.1.1-6-g09ebf1c
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,6 +13,9 @@
|
||||
[submodule "compat"]
|
||||
path = lib/compat
|
||||
url = https://github.com/emacs-compat/compat.git
|
||||
[submodule "cond-let"]
|
||||
path = lib/cond-let
|
||||
url = https://github.com/tarsius/cond-let
|
||||
[submodule "dash"]
|
||||
path = lib/dash
|
||||
url = https://github.com/magnars/dash.el.git
|
||||
|
||||
4
init.el
4
init.el
@@ -75,6 +75,10 @@
|
||||
|
||||
;;; Long tail
|
||||
|
||||
(use-package cond-let
|
||||
:config
|
||||
(font-lock-add-keywords 'emacs-lisp-mode cond-let-font-lock-keywords t))
|
||||
|
||||
(use-package diff-hl
|
||||
:config
|
||||
(setq diff-hl-draw-borders nil)
|
||||
|
||||
1
lib/cond-let
Submodule
1
lib/cond-let
Submodule
Submodule lib/cond-let added at 09ebf1caa8
Reference in New Issue
Block a user