mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add dash-at-point package
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
(global-set-key (kbd "M--") 'undo-tree-undo)
|
||||
(global-set-key (kbd "M-_") 'undo-tree-redo))
|
||||
|
||||
(when (require 'dash-at-point nil 'noerror)
|
||||
(global-set-key (kbd "C-c d") 'dash-at-point))
|
||||
|
||||
;; Mac OS X specific keybindings
|
||||
(when (eq system-type 'darwin)
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
browse-kill-ring
|
||||
buffer-move
|
||||
coffee-mode
|
||||
dash-at-point
|
||||
dired+
|
||||
ecb
|
||||
feature-mode
|
||||
|
||||
Reference in New Issue
Block a user