We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa5594 commit 8cf37a1Copy full SHA for 8cf37a1
customizations/editing.el
@@ -70,3 +70,8 @@
70
71
;; set font size
72
(set-face-attribute 'default nil :height 100)
73
+
74
+;; avy configuration
75
+(global-set-key (kbd "C-:") 'avy-goto-char)
76
+(global-set-key (kbd "C-'") 'avy-goto-char-2)
77
+(global-set-key (kbd "M-g f") 'avy-goto-line)
init.el
@@ -76,7 +76,10 @@
magit
78
;; which-key
79
- which-key))
+ which-key
80
81
+ ;; avy
82
+ avy))
83
84
;; On OS X, an Emacs instance started from the graphical user
85
;; interface will have a different environment than a shell in a
0 commit comments