remove emacs
This commit is contained in:
parent
bca061f11f
commit
6162bc878a
3 changed files with 10 additions and 11 deletions
16
Makefile
16
Makefile
|
@ -64,11 +64,11 @@ sync-dotconfig:
|
|||
@echo
|
||||
|
||||
|
||||
# .emacs.d
|
||||
sync-emacs:
|
||||
@mkdir -p $(HOME)/.emacs.d
|
||||
|
||||
@$(WGET) $(REPO_SRC)/.emacs.d/init.el -O $(HOME)/.emacs.d/init.el
|
||||
# # .emacs.d
|
||||
# sync-emacs:
|
||||
# @mkdir -p $(HOME)/.emacs.d
|
||||
#
|
||||
# @$(WGET) $(REPO_SRC)/.emacs.d/init.el -O $(HOME)/.emacs.d/init.el
|
||||
|
||||
|
||||
# .dotfiles
|
||||
|
@ -205,9 +205,9 @@ else
|
|||
@echo "⌛ Dotfiles synced!"
|
||||
@echo
|
||||
|
||||
@$(MAKE) sync-emacs
|
||||
@echo "⌛ Emacs settings synced!"
|
||||
@echo
|
||||
# @$(MAKE) sync-emacs
|
||||
# @echo "⌛ Emacs settings synced!"
|
||||
# @echo
|
||||
|
||||
|
||||
# Specific to Arch
|
||||
|
|
|
@ -35,10 +35,10 @@ main() {
|
|||
sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb \
|
||||
tk sdl2_mixer eza fzf glu man-pages-fr uwufetch mdcat python-pip opam \
|
||||
cpanminus unison timidity++ rebuild-detector difftastic sdl2_ttf rustup \
|
||||
libsamplerate rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||
libsamplerate rsync doxygen otf-fira-sans ttf-fira-code texlive-binextra \
|
||||
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
|
||||
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
||||
noto-fonts go texlive-binextra
|
||||
noto-fonts go
|
||||
|
||||
|
||||
# === Rustup ==
|
||||
|
|
|
@ -113,7 +113,6 @@
|
|||
"sdl2_ttf",
|
||||
"rustup",
|
||||
"jq",
|
||||
"emacs",
|
||||
"rsync",
|
||||
"otf-fira-sans",
|
||||
"ttf-fira-code",
|
||||
|
|
Loading…
Reference in a new issue