(setq doc-view-resolution 192)
(unless (package-installed-p 'evil)
import java.io.File; | |
import java.io.FileNotFoundException; | |
import java.util.Scanner; | |
class SumOfIntegers { | |
public static void main(String[] args) { | |
String pathToFile = args[0]; | |
File file = new File(pathToFile); | |
int sum = 0; | |
try (Scanner scanner = new Scanner(file)) { |
set runtimepath+=~/.vim/ | |
source ~/.vim/after/ftplugin/python.vim | |
execute pathogen#infect() | |
syntax on | |
filetype plugin on | |
filetype indent on | |
set number |
export MPD_HOST="localhost" | |
export MPD_PORT="6601" |
(require 'package) | |
(require 'org) | |
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) | |
(package-initialize) | |
(package-refresh-contents) | |
;; lualatex preview | |
(setq org-latex-pdf-process | |
'("lualatex -shell-escape -interaction nonstopmode %f" | |
"lualatex -shell-escape -interaction nonstopmode %f")) |
MOUSE_BTN3 ignore | |
MOUSE_BTN4 ignore |
_____________________ | |
| _________________ | | |
| | _____ _____ | | | |
| | | _ | | _ | | | | |
|_| |_| | | | | |_| |_| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
_| | | |_ |