10sr 6 anni fa
parent
commit
a5307bfd12
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      emacs.el

+ 6
- 6
emacs.el Vedi File

@@ -1834,12 +1834,12 @@ This mode is a simplified version of `adoc-mode'."

(defun recently-truncate (list len)
"Truncate LIST to LEN."
(when (> (length list)
len)
(setq list
(cl-subseq list
0
len))))
(if (> (length list)
len)
(cl-subseq list
0
len)
list))

(defun recently-find-file-hook ()
"Add current file."


Caricamento…
Annulla
Salva