X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Finit.el;h=1c27dc9a95ac412fcc18cfc9a737f860b1e17836;hb=5c32f1c4a5d3a13f87211b2993c4fb292a96ab74;hp=a549bfd9dd631988a43a485af27e1ecd5bd7ad8d;hpb=6fc14f6c0a348011b7523d6070711aad3eb5f0db;p=dotfiles.git diff --git a/emacs.d/init.el b/emacs.d/init.el index a549bfd..1c27dc9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -120,38 +120,12 @@ ;(setq ecb-layout-name "leftright3") - -;(setq mac-command-modifier 'super) ; make cmd key do Meta -(global-set-key (kbd "") 'toggle-frame-fullscreen) - - - - -(global-set-key (kbd "M-g M-v") 'split-window-right) -(global-set-key (kbd "M-g M-s") 'split-window-below) -(global-set-key (kbd "M-g M-o") 'delete-other-windows) - -(global-set-key (kbd "M-g M-w") 'other-window) - ;; gnu global support ;(require 'semantic/db) ;(global-semanticdb-minor-mode 1) (require 'init-ggtags) -(global-unset-key "\C-o") -(global-set-key (kbd "C-o C-o") 'keyboard-quit);; same as C-g to quit -(global-set-key (kbd "C-o C-f") 'ido-find-file) -(global-set-key (kbd "C-o C-r") 'recentf-ido-find-file) -(global-set-key (kbd "C-o C-b") 'ido-switch-buffer) -(global-set-key (kbd "C-o C-j") 'ido-find-file) - - -(global-set-key (kbd "C-o C-g") 'ggtags-find-file) -(global-set-key (kbd "C-o C-t") 'ggtags-find-tag-dwim) - -(global-set-key (kbd "M-g M-g") 'magit-status) - (setq scroll-margin 5) (setq scroll-conservatively 10000) @@ -171,3 +145,5 @@ (find-file file)))) (require 'recentf-ext) + +(require 'init-key-binding)