From 8da6c5fd1d41ad919752ed62ea94e657066951d6 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 19 Mar 2012 17:39:47 +0900 Subject: [PATCH] misc changes --- _keysnail.js | 1 + emacs.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/_keysnail.js b/_keysnail.js index 808642b..542fb3d 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -159,6 +159,7 @@ plugins.options["twitter_client.use_jmp"] = true; // エクステ ext.add("my-setpref2", function(){ + // navigator.platform util.setPrefs( { "browser.cache.disk.parent_directory":"/tmp" diff --git a/emacs.el b/emacs.el index baabd13..af9515e 100644 --- a/emacs.el +++ b/emacs.el @@ -1604,6 +1604,8 @@ when SEC is nil, stop auto save if enabled." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; misc funcs +(defalias 'qcalc 'quick-calc) + ;; (when (require 'ansi-color nil t) ;; (ansi-color-for-comint-mode-on)) (defvar git-command-history nil