Skip to content

Commit

Permalink
After upgrade to emacs 24.4 remove obsolete iswitchb
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Barski <karol.barski@tieto.com>
  • Loading branch information
Karol Barski committed Nov 12, 2014
1 parent 81eff9d commit 060833c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions rc/emacs.0.el
Expand Up @@ -355,11 +355,6 @@ spaces across the current buffer."
;; (server-kill-buffer (get-buffer buffer))
;; (not (buffer-name (get-buffer buffer))))

;;--------------------------------------------------------------------------------
;; iswitchb-mode for interactive switch buffers
;;--------------------------------------------------------------------------------
(iswitchb-mode 1)

;;--------------------------------------------------------------------------------
;; time stamp writing in edited files
;; add Time-stamp: <> or Time-stamp: "" so emacs can write timestamp there
Expand Down
5 changes: 3 additions & 2 deletions rc/rc-elpa.el
Expand Up @@ -6,8 +6,9 @@
;; Add the user-contributed repository
(setq package-archives
'(("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")))
("melpa" . "http://melpa.org/packages/")
("marmalade" . "https://marmalade-repo.org/packages/")
))

(defun ensure-package-installed (&rest packages)
"Assure every pacxkage is installed, ask for installation if it's not.
Expand Down
3 changes: 2 additions & 1 deletion rc/rc-org-mode.el
Expand Up @@ -7,7 +7,8 @@
(global-set-key (kbd "C-c l") 'org-store-link)
(global-set-key (kbd "C-c c") 'org-capture)
(global-set-key (kbd "C-c a") 'org-agenda)
(global-set-key (kbd "C-c b") 'org-iswitchb)
;; iswitchb is obsolete
;;(global-set-key (kbd "C-c b") 'org-iswitchb)

(setq org-ditaa-jar-path "~/java/ditaa0_9.jar")
(setq org-plantuml-jar-path "~/java/plantuml.jar")
Expand Down

0 comments on commit 060833c

Please sign in to comment.