Compare commits

..

No commits in common. "836429db1cd2fce2e37387d5fbeaacb251375763" and "98283cad2aaf165df165cc23edd7acfbfd84000a" have entirely different histories.

12
init.el
View File

@ -405,10 +405,7 @@
track-eol t
gc-cons-threshold (* 100 1024 1024) ; 100mb
read-process-output-max (* 1024 1024) ; 1mb
next-error-message-highlight t
help-enable-symbol-autoload t
describe-bindings-outline t
redisplay-skip-fontification-on-input t)
next-error-message-highlight t)
(when (memq system-type '(gnu gnu/linux gnu/kfreebsd))
(setq x-wait-for-event-timeout nil))
@ -1974,9 +1971,6 @@ respectively."
:commands (moody-replace-mode-line-buffer-identification
moody-replace-vc-mode))
(use-package smiley
:init (setq smiley-style 'emoji))
;; * Dired
@ -2061,10 +2055,10 @@ respectively."
"Compare marked files in dired with ediff."
;; from: https://oremacs.com/2017/03/18/dired-ediff/
(interactive)
(let ((files (dired-get-marked-files))
(lexical-let ((files (dired-get-marked-files))
(wnd (current-window-configuration)))
(if (<= (length files) 2)
(let ((file1 (car files))
(lexical-let ((file1 (car files))
(file2 (if (cdr files)
(cadr files)
(read-file-name