Skip to content

Instantly share code, notes, and snippets.

View prashmohan's full-sized avatar

Prashanth Mohan prashmohan

View GitHub Profile

Keybase proof

I hereby claim:

  • I am prashmohan on github.
  • I am prashmohan (https://keybase.io/prashmohan) on keybase.
  • I have a public key whose fingerprint is 8BCD 0F1F 986F 9309 BB10 655C 40F1 C11F AF5C DFDB

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am prashmohan on github.
  • I am prashmohan (https://keybase.io/prashmohan) on keybase.
  • I have a public key whose fingerprint is 506A 2DD9 3B69 42D2 5488 104E 865C E7F7 BF6B 538B

To claim this, I am signing this object:

@prashmohan
prashmohan / .slate
Created November 25, 2012 21:13
Slate configuration file
# ======================================
# The HYPER key
# ======================================
alias hyperend shift;alt;cmd;fn
alias hyper shift;alt;cmd;ctrl
# ======================================
# Application aliases
# ======================================
alias browser 'Google Chrome'
;;; prash-fns.el --- Custom functions for Emacs
;; Copyright (C) 2010 Prashanth Mohan
;; Author: Prashanth Mohan <prmohan@Tesla.local>
;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
(add-to-list 'load-path (expand-file-name "~/.emacs.d"))
(tool-bar-mode -1) ;; No Toolbar!
(menu-bar-mode 1) ;; Yes Menubar!
(tooltip-mode 1)
(setq tramp-default-method "ssh")
(global-set-key "\C-m" 'newline-and-indent)
(setq x-select-enable-clipboard t)
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'meta)
(fset 'yes-or-no-p 'y-or-n-p)