From b335a3e15d674fa07f83f89f9822f8e06fc651b9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2013 18:04:02 +0100 Subject: [PATCH] Remove magithub package, I never use it, and fails on 24.4 --- appearance.el | 8 ++++---- keybindings.el | 4 ++-- packages.el | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/appearance.el b/appearance.el index 09f4860..d9276b3 100644 --- a/appearance.el +++ b/appearance.el @@ -35,15 +35,15 @@ ;; Highlight current line globally (global-hl-line-mode t) +;; Don't use OSX Native fullscreen mode +(setq ns-use-native-fullscreen nil) + ;; Customize line numbers -(setq linum+-smart-format " %%%dd ") (setq linum+-dynamic-format " %%%dd ") ;; Linum+ resets linum-format to "smart" when it's loaded, hence we have to ;; use a eval-after-load hook to set it to "dynamic". -(eval-after-load "linum+" - '(progn - (setq linum-format 'dynamic))) +(eval-after-load "linum+" '(progn (setq linum-format 'dynamic))) ;; meaningful names for buffers with the same name (require 'uniquify) diff --git a/keybindings.el b/keybindings.el index c22741f..5bc975b 100644 --- a/keybindings.el +++ b/keybindings.el @@ -69,8 +69,8 @@ ;; Mac OS X specific keybindings (when (eq system-type 'darwin) - ;; Mac OS X Fullscreen (requires this patch: https://gist.github.com/1012927) - (global-set-key (kbd "s-") 'ns-toggle-fullscreen) + ;; Mac OS X Fullscreen (requires Emacs 24.4 or later) + (global-set-key (kbd "s-") 'toggle-frame-fullscreen) ;; Undo/Redo (via undo-tree) (when (require 'undo-tree nil 'noerror) diff --git a/packages.el b/packages.el index 3294891..3f7403c 100644 --- a/packages.el +++ b/packages.el @@ -53,7 +53,6 @@ jade-mode less-css-mode magit - magithub markdown-mode minimap php-mode