[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 52/117: Take out org-italic
From: |
Matthew Fidler |
Subject: |
[elpa] 52/117: Take out org-italic |
Date: |
Fri, 25 Jul 2014 13:24:11 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 744781408219a8226fe29611cbd86db1716a84ed
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jul 17 10:52:56 2014 -0500
Take out org-italic
---
ergoemacs-themes.el | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 3f11b44..d69c505 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -373,7 +373,7 @@
"Fixed keys for bold and italic"
(define-key org-mode-map (kbd "C-b") 'ergoemacs-org-bold)
;; C-i is TAB... This seems to cause issues?
- (define-key org-mode-map (kbd "C-i") 'ergoemacs-org-italic)
+ ;; (define-key org-mode-map (kbd "C-i") 'ergoemacs-org-italic)
(define-key org-mode-map (kbd "<tab>") 'org-cycle)
(define-key org-mode-map (kbd "<kp-tab>") 'org-cycle)
)
@@ -465,7 +465,8 @@
(define-key isearch-mode-map (kbd "<f12>") 'isearch-ring-advance)
(define-key isearch-mode-map (kbd "S-<f11>") 'isearch-ring-advance)
(define-key isearch-mode-map (kbd "S-<f12>") 'isearch-ring-retreat))
- (when iswitchb-minibuffer-setup-hook
+
+ (when iswitchb-define-mode-map-hook
:always t
:modify-map t
(define-key iswitchb-mode-map (kbd "<f11>") 'iswitchb-prev-match)
@@ -574,7 +575,7 @@
(define-key browse-kill-ring-mode-map (kbd "M-k") 'browse-kill-ring-forward)
(define-key browse-kill-ring-mode-map (kbd "M-f") 'browse-kill-ring-delete)
- (when iswitchb-minibuffer-setup-hook
+ (when iswitchb-define-mode-map-hook
:always t
:modify-keymap t
(define-key iswitchb-mode-map (kbd "M-j") 'iswitchb-prev-match)
@@ -785,7 +786,7 @@
:full-shortcut-keymap t
(define-key isearch-mode-map (kbd "M-?") 'isearch-toggle-regexp)
(define-key isearch-mode-map (kbd "M-/") 'isearch-toggle-case-fold))
- (when iswitchb-minibuffer-setup-hook
+ (when iswitchb-define-mode-map-hook
:modify-map t
:always t
(define-key iswitchb-mode-map (kbd "M-?") 'iswitchb-toggle-case)
- [elpa] 32/117: Took out space requirement for dirtrack-list, (continued)
- [elpa] 32/117: Took out space requirement for dirtrack-list, Matthew Fidler, 2014/07/25
- [elpa] 41/117: Remove remnants of original local-set-key advice., Matthew Fidler, 2014/07/25
- [elpa] 42/117: Possibly address Issue #276, Matthew Fidler, 2014/07/25
- [elpa] 40/117: Make ergoemacs-shortcuts lexically scoped, Matthew Fidler, 2014/07/25
- [elpa] 45/117: Merge pull request #277 from pdg137/patch-1, Matthew Fidler, 2014/07/25
- [elpa] 44/117: Use M-h instead of M-H for comint-bol., Matthew Fidler, 2014/07/25
- [elpa] 48/117: Add support for dired+ prefixes, Matthew Fidler, 2014/07/25
- [elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when, Matthew Fidler, 2014/07/25
- [elpa] 49/117: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/25
- [elpa] 43/117: Setup local overrides outside of minibuffers and overriding keymaps, Matthew Fidler, 2014/07/25
- [elpa] 52/117: Take out org-italic,
Matthew Fidler <=
- [elpa] 51/117: Fix F8 map, Matthew Fidler, 2014/07/25
- [elpa] 50/117: Add lookup of C-g to ergoemacs-keyboard-quit, Matthew Fidler, 2014/07/25
- [elpa] 55/117: Bug fix for ergoemacs-keyboard-quit, Matthew Fidler, 2014/07/25
- [elpa] 56/117: Add ability to "flatten" a composed keymap; Flatten maps that are always modified, Matthew Fidler, 2014/07/25
- [elpa] 58/117: Remove ergoemacs-read-modal-keymap function, Matthew Fidler, 2014/07/25
- [elpa] 53/117: Don't error on invalid menu., Matthew Fidler, 2014/07/25
- [elpa] 46/117: Install ergoemacs-read-default for every major mode, Matthew Fidler, 2014/07/25
- [elpa] 54/117: Fix menu keybinding preprocessing, Matthew Fidler, 2014/07/25
- [elpa] 57/117: Add first keyword, and use in minibuffer-setup-hook, Matthew Fidler, 2014/07/25
- [elpa] 60/117: Fix byte-compile warning, Matthew Fidler, 2014/07/25