From b8d9a1b41445af20d2f5c6d8d5db04f040de3a77 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 17 Mar 2016 12:16:45 +0100 Subject: Emacs: Remove osx-location. I probably won’t be travelling with my Macbook often… --- tag-emacs/emacs.d/init.org | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 466fc7c8..10d80c12 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -964,21 +964,6 @@ Sometimes I want to insert a date or time into a buffer. (timer-relative-time (current-time) -86400)) #+END_SRC -** Time of Day - -#+BEGIN_SRC emacs-lisp - (use-package osx-location - :if (eq system-type 'darwin) - :config (progn - (add-hook 'osx-location-changed-hook - (lambda () - (setq calendar-latitude osx-location-latitude - calendar-longitude osx-location-longitude) - (when (boundp 'calendar-location-name) - calendar-location-name (format "%s, %s" osx-location-latitude osx-location-longitude)))) - (osx-location-watch))) -#+END_SRC - * Directories Dired works quite nicely, but not always in the way I want. I don’t -- cgit 1.4.1