mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'master' into drone/bash-completion
This commit is contained in:
@@ -5,5 +5,4 @@
|
|||||||
no-byte-compile = emacsql-mysql.el
|
no-byte-compile = emacsql-mysql.el
|
||||||
no-byte-compile = emacsql-pg.el
|
no-byte-compile = emacsql-pg.el
|
||||||
no-byte-compile = emacsql-psql.el
|
no-byte-compile = emacsql-psql.el
|
||||||
no-byte-compile = emacsql-sqlite.el
|
|
||||||
no-byte-compile = emacsql-sqlite-module.el
|
no-byte-compile = emacsql-sqlite-module.el
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -17,6 +17,9 @@
|
|||||||
[submodule "compat"]
|
[submodule "compat"]
|
||||||
path = lib/compat
|
path = lib/compat
|
||||||
url = https://github.com/emacs-compat/compat.git
|
url = https://github.com/emacs-compat/compat.git
|
||||||
|
[submodule "cond-let"]
|
||||||
|
path = lib/cond-let
|
||||||
|
url = https://github.com/tarsius/cond-let
|
||||||
[submodule "dash"]
|
[submodule "dash"]
|
||||||
path = lib/dash
|
path = lib/dash
|
||||||
url = https://github.com/magnars/dash.el.git
|
url = https://github.com/magnars/dash.el.git
|
||||||
|
|||||||
7
Makefile
7
Makefile
@@ -10,9 +10,10 @@ help helpall::
|
|||||||
@printf "\n"
|
@printf "\n"
|
||||||
|
|
||||||
bootstrap-borg:
|
bootstrap-borg:
|
||||||
@mkdir .git/modules
|
@ GITDIR="$$(realpath --relative-to=. "$$(git rev-parse --git-dir)")"; \
|
||||||
@git clone https://github.com/emacscollective/borg lib/borg \
|
mkdir "$$GITDIR/modules"; \
|
||||||
--separate-git-dir .git/modules/borg
|
git clone https://github.com/emacscollective/borg lib/borg \
|
||||||
|
--separate-git-dir "$$GITDIR/modules/borg"
|
||||||
@cd lib/borg; git symbolic-ref HEAD refs/heads/main
|
@cd lib/borg; git symbolic-ref HEAD refs/heads/main
|
||||||
@cd lib/borg; git reset --hard HEAD
|
@cd lib/borg; git reset --hard HEAD
|
||||||
|
|
||||||
|
|||||||
4
init.el
4
init.el
@@ -75,6 +75,10 @@
|
|||||||
|
|
||||||
;;; Long tail
|
;;; Long tail
|
||||||
|
|
||||||
|
(use-package cond-let
|
||||||
|
:config
|
||||||
|
(font-lock-add-keywords 'emacs-lisp-mode cond-let-font-lock-keywords t))
|
||||||
|
|
||||||
(use-package diff-hl
|
(use-package diff-hl
|
||||||
:config
|
:config
|
||||||
(setq diff-hl-draw-borders nil)
|
(setq diff-hl-draw-borders nil)
|
||||||
|
|||||||
Submodule lib/auto-compile updated: 5cc4e97443...20744a681b
2
lib/borg
2
lib/borg
Submodule lib/borg updated: 7b88080eea...5b192d8d1a
Submodule lib/closql updated: c1a346d56e...cc291a0d8f
Submodule lib/compat updated: e9203e1649...cccd41f549
1
lib/cond-let
Submodule
1
lib/cond-let
Submodule
Submodule lib/cond-let added at 09ebf1caa8
2
lib/dash
2
lib/dash
Submodule lib/dash updated: 1de9dcb83e...fb443e7a6e
Submodule lib/diff-hl updated: b80ff9b4a7...16a27cb487
Submodule lib/emacsql updated: e5f0928a04...3e015ab99e
2
lib/epkg
2
lib/epkg
Submodule lib/epkg updated: 8f51609006...b6922f112d
Submodule lib/git-modes updated: f99010bbeb...7063d66857
Submodule lib/llama updated: 732389e388...ec1d4ef02f
Submodule lib/magit updated: 461d5ba249...5183b8f0d4
Submodule lib/transient updated: 3ec0692c31...1d2710c7f8
Submodule lib/treepy updated: 75fe3ec37e...651e2634f0
Submodule lib/with-editor updated: 63e60d5877...87a384a0e5
Reference in New Issue
Block a user