Explorar el Código

Add dired-filter

master
10sr hace 5 años
padre
commit
c094671b3d
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver fichero

@@ -119,6 +119,7 @@ found, otherwise returns nil."
sync-recentf
aggressive-indent
fancy-narrow
dired-filter

scala-mode
;;ensime
@@ -372,7 +373,7 @@ found, otherwise returns nil."
(global-set-key (kbd "C-s") 'isearch-forward-regexp)
(global-set-key (kbd "C-r") 'isearch-backward-regexp)

(define-key my-prefix-map (kbd "C-o") 'occur)
(define-key ctl-x-map (kbd "C-o") 'occur)

(require 'page-ext nil t)



Cargando…
Cancelar
Guardar