http://learn-spacemacs-in-30-days-challenge.readthedocs.io/en/latest/day1.html https://github.com/syl20bnr/spacemacs/blob/master/doc/QUICK_START.org
M-x evil-normal-state RET
| url: https://y7kim.github.io => yoursite.com | |
| baseurl: /agency-jekyll-theme/ => / | |
| # Site settings | |
| title: Awesome Title | |
| email: [email protected] | |
| description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." | |
| # Team names, titles and social links |
| #http://askubuntu.com/questions/379123/can-i-zoom-out-windows-or-scale-the-whole-desktop | |
| xrandr --output LVDS1 --mode 1920x1080 --scale 2x2 --fb 3840x2160 --panning 3840x2160 | |
| # 3k | |
| # xrandr --output LVDS1 --mode 1920x1080 --scale 1.5x1.5 --fb 2880x1620 --panning 2880x1620 |
| # curl -0 <url> | bash | |
| sudo apt-get update && / | |
| sudo apt-get -y install emacs && / | |
| git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d && / | |
| emacs |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |