mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Switch to improved escreen package from a Github fork
This commit is contained in:
19
Makefile
19
Makefile
@@ -1,10 +1,25 @@
|
||||
.SILENT:
|
||||
|
||||
.PHONY: vendor update_vendor \
|
||||
remove_vendor/escreen.el update_vendor/escreen.el
|
||||
remove_vendor/linum+.el update_vendor/linum+.el
|
||||
|
||||
vendor: vendor/linum+.el
|
||||
update_vendor:update_vendor/linum+.el
|
||||
vendor: vendor/escreen.el vendor/linum+.el
|
||||
update_vendor: update_vendor/escreen.el update_vendor/linum+.el
|
||||
|
||||
|
||||
vendor/escreen.el:
|
||||
echo "fetching vendor/escreen.el..." && \
|
||||
curl -s -L -o vendor/escreen.el \
|
||||
https://github.com/renard/escreen-el/raw/master/escreen.el
|
||||
|
||||
remove_vendor/escreen.el:
|
||||
( \
|
||||
test -f "vendor/escreen.el" && rm "vendor/escreen.el" && \
|
||||
echo "removed vendor/escreen.el" \
|
||||
) || exit 0
|
||||
|
||||
update_vendor/escreen.el: remove_vendor/escreen.el vendor/escreen.el
|
||||
|
||||
|
||||
vendor/linum+.el:
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
;; escreen
|
||||
;;
|
||||
|
||||
(siren-require-packages '(escreen))
|
||||
|
||||
;; Loads from vendor.
|
||||
(require 'escreen)
|
||||
|
||||
;;
|
||||
@@ -66,4 +65,4 @@
|
||||
'escreen-get-active-screen-numbers-with-emphasis)
|
||||
|
||||
|
||||
(provide 'siren-escreen)
|
||||
(provide 'siren-escreen)
|
||||
|
||||
1150
vendor/escreen.el
vendored
Normal file
1150
vendor/escreen.el
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user