瀏覽代碼

Remove some load on start

pull/15/head
10sr 8 年之前
父節點
當前提交
e655a41029
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -1053,7 +1053,7 @@ found, otherwise returns nil."

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)

(when (safe-require-or-eval 'uniquify)
(with-eval-after-load 'uniquify
(setq uniquify-buffer-name-style 'post-forward-angle-brackets)
(setq uniquify-ignore-buffers-re "*[^*]+*")
(setq uniquify-min-dir-content 1))
@@ -1549,7 +1549,7 @@ the list."
;; reuse current dired buffer for the file to open
(set-variable 'dired-ls-F-marks-symlinks t)

(when (safe-require-or-eval 'ls-lisp)
(with-eval-after-load 'ls-lisp
(setq ls-lisp-use-insert-directory-program nil) ; always use ls-lisp
(setq ls-lisp-dirs-first t)
(setq ls-lisp-use-localized-time-format t)


Loading…
取消
儲存