Skip to content

Instantly share code, notes, and snippets.

@NimoTh
NimoTh / .emacs
Last active August 21, 2018 08:47
Configs
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
### Add this at the top of mc.ext
### Open all files using macos open, except archives ###
regex/\.(.*)(?<!tgz|tpz|gz|z|ipk|gem|lzma|bz|lz|lz4|tlz4|xz|txz|tar|rar|zip|jar|gzip|bz2|bzip2|bzip)$
Open=(open %s &)
@NimoTh
NimoTh / .globalrc
Last active January 22, 2018 22:54
Config file collection
#
# Copyright (c) 1998, 1999, 2000, 2001, 2002, 2003, 2010, 2011, 2013,
# 2015, 2016, 2017
# Tama Communications Corporation
#
# This file is part of GNU GLOBAL.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.