Added visual-replace and smartcompile (+keybinds) to emacs, also added c version of polybar-spotify script

This commit is contained in:
Tuan-Dat Tran
2018-04-05 09:46:48 +02:00
parent 0212d21755
commit c2b78bff38
9 changed files with 67 additions and 35 deletions

View File

@@ -448,7 +448,7 @@ underline_char="-"
#
# Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15
block_range=(0 7)
block_range=(0 15)
# Toggle color blocks
#

View File

@@ -1,2 +1,5 @@
set preview_images true
set vcs_aware true
set vcs_aware true
EDITOR='emacsclient -nw'
DEFAULT_EDITOR='emacsclient -nw'