Browse Source

Add line break

pull/15/head
10sr 9 years ago
parent
commit
1b88392c6d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -363,7 +363,8 @@ $(home)/.tmux.conf: line_comment := \#
# ===

run-emacs: $(home)/.emacs.d/init.el
$(emacs) -q --eval "(setq user-emacs-directory \"$(home)/.emacs.d/\")" --load "$<"
$(emacs) -q \
--eval "(setq user-emacs-directory \"$(home)/.emacs.d/\")" --load "$<"





Loading…
Cancel
Save