This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;.SKKの設定 | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;表示の設定 | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; メッセージを日本語で通知する | |
(setq skk-japanese-message-and-error t) | |
;; メニューを英語で表示する |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name InoReader Compact | |
// @namespace http://thekryz.de | |
// @version 2013.09.20 | |
// @description Makes InoReader more compact | |
// @match https://inoreader.com/* | |
// @match http://inoreader.com/* | |
// @match https://www.inoreader.com/* | |
// @match http://www.inoreader.com/* | |
// @include http://jp.inoreader.com/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name InoReader Colorful ListView Mod | |
// @name:en InoReader Colorful ListView Mod | |
// @namespace https://gist.github.com/myuhe/c2207a76f77b65b072b6 | |
// @version 0.9.1 | |
// @description:ja InoReaderの記事を色分け | |
// @description:en Set different background colors to article header based on article sources | |
// @author http://sheephead.homelinux.org/ | |
// @include http*://www.inoreader.com/* | |
// @include http*://inoreader.com/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# -*- coding: utf-8 -*- | |
import sys | |
import re, os | |
import binascii | |
import codecs | |
import netrc | |
def get_password_emacs(machine, login, port): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; anything-gist.el --- anything-sources and some utilities for gist. | |
;; Filename: auto-complete-acr.el | |
;; Description: Anything extension for gist | |
;; Author: myuhe <yuhei.maeda_at_gmail.com> | |
;; Maintainer: myuhe | |
;; Copyright (C) 2009, 2010, myuhe , all rights reserved. | |
;; Created: 2009-04-13 | |
;; Version: 0.6 | |
;; Keywords: convenience, anything, git, gist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ess-R-object-popup.el | |
;; | |
;; I have defined a function, ess-R-object-popup, that when | |
;; invoked, will return a popup with some information about | |
;; the object at point. The information returned is | |
;; determined by which R function is called. This is controlled | |
;; by an alist, called ess-R-object-popup-alist. The default is | |
;; given below. The keys are the classes of R object that will | |
;; use the associated function. For example, when the function | |
;; is called while point is on a factor object, a table of that |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({filter:{name:"", regexp:{}, children:[{name:"AD", regexp:{title:/^\W?(?:ADV?|PR)\b/}, children:[], hitcount:172, lasthit:1378381183263}, {name:"pr", regexp:{}, children:[], hitcount:0, lasthit:0}], hitcount:172, lasthit:1378381183263}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'mu4e) | |
;; default | |
(setq mu4e-maildir (expand-file-name "~/Maildir")) | |
(setq mu4e-drafts-folder "/[Gmail].Drafts") | |
(setq mu4e-sent-folder "/[Gmail].Sent Mail") | |
(setq mu4e-trash-folder "/[Gmail].Trash") | |
(setq mu4e-html2text-command "w3m -dump -T text/html") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 88dc0036b12c .emacs.d/vendor/elpa/pophint-20130804.1927/pophint.el | |
--- a/.emacs.d/vendor/elpa/pophint-20130804.1927/pophint.el Mon Aug 05 09:22:40 2013 +0900 | |
+++ b/.emacs.d/vendor/elpa/pophint-20130804.1927/pophint.el Mon Aug 05 17:28:19 2013 +0900 | |
@@ -530,10 +530,10 @@ | |
(with-selected-window (or (and (windowp window) (window-live-p window) window) | |
(nth 0 (get-buffer-window-list))) | |
(save-restriction | |
- (narrow-to-region (save-excursion (or (when (forward-line -100) (point)) | |
- (point-min))) | |
- (save-excursion (or (when (forward-line 100) (point)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun image-mode () | |
"Major mode for image files. | |
You can use \\<image-mode-map>\\[image-toggle-display] | |
to toggle between display as an image and display as text." | |
(interactive) | |
(condition-case err | |
(progn | |
(unless (display-images-p) | |
(error "Display does not support images")) |
NewerOlder