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:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # ====================================== | |
| # 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) |