ソースを参照

Update

master
10sr 5年前
コミット
8d980f201e
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el ファイルの表示

@@ -585,7 +585,7 @@ THEM are function and its args."


;; Fill column ;; Fill column
(setq-default fill-column 80) (setq-default fill-column 80)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
;; (add-hook 'text-mode-hook 'turn-on-auto-fill)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line ;; title and mode-line
@@ -3041,6 +3041,10 @@ Any output will be written to current buffer."
(profiler-report) (profiler-report)
(profiler-stop)) (profiler-stop))


;; (setq vterm-shell "bash -l")
;; (setq vterm-kill-buffer-on-exit nil)
;; ;; (setq vterm-term-environment-variable "screen-256color")

;; Local Variables: ;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; flycheck-checker: emacs-lisp ;; flycheck-checker: emacs-lisp


読み込み中…
キャンセル
保存