(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| ;; David's Emacs config - requires Emacs 24.4 or later | |
| ;; Hide menu | |
| (menu-bar-mode -1) | |
| ;; Move between windows with ESC + arrow | |
| (global-set-key (kbd "ESC <left>") 'windmove-left) | |
| (global-set-key (kbd "ESC <right>") 'windmove-right) | |
| (global-set-key (kbd "ESC <up>") 'windmove-up) | |
| (global-set-key (kbd "ESC <down>") 'windmove-down) |
| # ***************************************************************************** | |
| # UPDATED VERSION AVAILABLE HERE: | |
| # https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/nanobox_cli.sh | |
| # ***************************************************************************** | |
| # ***************************************************************************** | |
| # LOCAL ENVIRONMENT | |
| # ***************************************************************************** |