;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(column-number-mode t)
'(font-lock-global-modes t)
'(global-font-lock-mode t nil (font-lock))
'(global-linum-mode t)
'(inhibit-startup-screen t)
'(ps-lpr-command "kprinter")
'(ps-lpr-switches (quote ("-stdin")))
'(ps-printer-name-option "")
'(scroll-bar-mode (quote right))
'(speedbar-show-unknown-files t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "ghost white" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))))
(set-background-color "ghost white")
(put 'downcase-region 'disabled nil)
; (speedbar 1)
```
There are much more things that can be added to `~/.emacs` if you want.
There are tons of options and customizations in the `~/.emacs` file, which is here [](_emacs)
There are much more things that can be added to `~/.emacs` if you want. Have a look at [CategoryDotEmacs](https://www.emacswiki.org/emacs/CategoryDotEmacs).
## IDEs
...
...
@@ -240,3 +98,12 @@ This is perfect for python development. However, remote development is not suppo
Download: [Meld](https://meldmerge.org/)
Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides **two- and three-way** comparison of both files and directories, and has support for many popular version control systems.
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.
It can be synced with your u:cloud account using webdav with `Joplin` as the directory in your u:cloud and this as url `https://ucloud.univie.ac.at/remote.php/webdav/Joplin`, using your u:account credentials.