|
|
|
|
@ -391,14 +391,6 @@ |
|
|
|
|
#+END_SRC |
|
|
|
|
** Leftovers |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
;;(setq kde-full-name "Jacopo De Simoi") |
|
|
|
|
;;(setq kde-email "wilderkde@gmail.com") |
|
|
|
|
|
|
|
|
|
;; (require 'sourcepair) |
|
|
|
|
;; (global-set-key (kbd "<f6>") 'sourcepair-load) |
|
|
|
|
|
|
|
|
|
;; (require 'pomodoro) |
|
|
|
|
|
|
|
|
|
;; * smart-tab-mode |
|
|
|
|
(require 'smart-tab) |
|
|
|
|
(global-smart-tab-mode 1) |
|
|
|
|
@ -431,10 +423,6 @@ |
|
|
|
|
(concat emacs-dir basename) |
|
|
|
|
(concat "~/.emacs-" basename))))) |
|
|
|
|
|
|
|
|
|
;; * Wordnik - this has bitrotten :fixme: |
|
|
|
|
;(require 'wordnik-synonym) |
|
|
|
|
;(global-set-key (kbd "H-=") 'wn/synonym-at-point) |
|
|
|
|
|
|
|
|
|
;; * Time stamps |
|
|
|
|
;; write |
|
|
|
|
;; Time-stamp: <> |
|
|
|
|
@ -499,5 +487,4 @@ |
|
|
|
|
(set-face-attribute face nil :slant 'normal)) |
|
|
|
|
(face-list)) |
|
|
|
|
(server-start) |
|
|
|
|
|
|
|
|
|
#+END_SRC |
|
|
|
|
|