Browse Source

Use C-^ for my-prefix-map

master
10sr 5 years ago
parent
commit
20fbe96f31
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el View File

@@ -238,7 +238,7 @@ found, otherwise returns nil."
(defvar my-prefix-map nil (defvar my-prefix-map nil
"My prefix map.") "My prefix map.")
(define-prefix-command 'my-prefix-map) (define-prefix-command 'my-prefix-map)
;; (define-key ctl-x-map (kbd "C-x") 'my-prefix-map)
(global-set-key (kbd "C-^") 'my-prefix-map)
;; (define-key my-prefix-map (kbd "C-q") 'quoted-insert) ;; (define-key my-prefix-map (kbd "C-q") 'quoted-insert)
;; (define-key my-prefix-map (kbd "C-z") 'suspend-frame) ;; (define-key my-prefix-map (kbd "C-z") 'suspend-frame)


@@ -979,7 +979,7 @@ found, otherwise returns nil."
(lambda () (lambda ()
(setq imenu-generic-expression (setq imenu-generic-expression
`(("Sections" ";;;\+\n;; \\(.*\\)\n" 1) `(("Sections" ";;;\+\n;; \\(.*\\)\n" 1)
,@imenu-generic-expression))))
,@imenu-generic-expression))))


(with-eval-after-load 'compile (with-eval-after-load 'compile
(defvar compilation-filter-start) (defvar compilation-filter-start)


Loading…
Cancel
Save