Skip to content

Instantly share code, notes, and snippets.

View elim's full-sized avatar
🏠
Working from home

Takeru Naito elim

🏠
Working from home
View GitHub Profile
;;; clipboard-to-kill-ring.el
;;; * 概要
;;; OS Xのクリップボードを定期的に監視してkill-ringに入れます
;;; deferred.elが必要です
;;;
;;; * 使い方
;;; (clipboard-to-kill-ring t)
;;; で監視を始めます
;;; clipboard-to-kill-ring:interval を設定するとポーリングの間隔を変えられます.
@elim
elim / tab.bash
Last active August 29, 2015 14:21 — forked from bobthecow/tab.bash
#!/bin/bash
#
# Open new Terminal tabs from the command line
#
# Author: Justin Hileman (http://justinhileman.com)
#
# Installation:
# Add the following function to your `.bashrc` or `.bash_profile`,
# or save it somewhere (e.g. `~/.tab.bash`) and source it in `.bashrc`
#
@elim
elim / Side Menu and Navigation: Nightly.markdown
Created June 3, 2015 04:01
Side Menu and Navigation: Nightly

Keybase proof

I hereby claim:

  • I am elim on github.
  • I am elim (https://keybase.io/elim) on keybase.
  • I have a public key ASCoj2lsGhjV4lg6Z0x6OA_ad6AfCZH31BrloQSLIARrVgo

To claim this, I am signing this object:

@elim
elim / sider_rubocop_config_updater.rb
Created June 3, 2020 23:44
sider_rubocop_config_updater.rb
require 'bundler'
require 'yaml'
class SiderRuboCopConfigUpdater
IGNORE_GEM_NAME_RE = /rubocop-(?:ast|portal)/.freeze
def initialize(lock_fname: 'Gemfile.lock',
sider_fname: 'sider.yml')
@lock_fname = lock_fname