# HG changeset patch # User Oleksandr Gavenko # Date 1429743863 -10800 # Node ID 6333a733046f4b82ed6a3542920d18a3e550c0cc # Parent 3848ca89b2b628feefa0aa85a99b5fbb96803140 Use new autobm mode! diff -r 3848ca89b2b6 -r 6333a733046f .emacs-my --- a/.emacs-my Wed Apr 22 00:54:41 2015 +0300 +++ b/.emacs-my Thu Apr 23 02:04:23 2015 +0300 @@ -989,6 +989,12 @@ (add-to-list 'magic-mode-alist (cons #'my--is-file-large #'my-large-file-mode)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "bookmark") + +;; (require 'autobm) +(global-set-key (kbd "C-x r m") 'autobm) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "completion") ;; I remove partial-completion-mode because it depricated in Emacs 24.0. diff -r 3848ca89b2b6 -r 6333a733046f autobm.el --- a/autobm.el Wed Apr 22 00:54:41 2015 +0300 +++ b/autobm.el Thu Apr 23 02:04:23 2015 +0300 @@ -67,4 +67,7 @@ (setq name (read-string "Set bookmark: " name bookmark-minibuffer-read-name-map name))) (bookmark-set name no-overwrite))) -(global-set-key (kbd "C-x r m") 'autobm) +;; (global-set-key (kbd "C-x r m") 'autobm) + +(provide 'autobm) +