Merge branch 'master' of github.com:luxick/.emacs.d
This commit is contained in:
@@ -242,6 +242,7 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
caption.t-above {
|
caption.t-above {
|
||||||
|
|||||||
@@ -3,8 +3,9 @@
|
|||||||
#+LANGUAGE: en
|
#+LANGUAGE: en
|
||||||
#+SELECT_TAGS: export
|
#+SELECT_TAGS: export
|
||||||
#+EXCLUDE_TAGS: noexport
|
#+EXCLUDE_TAGS: noexport
|
||||||
#+CREATOR: Emacs 26.1 (Org mode 9.1.9)#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
|
#+CREATOR: Emacs 26.1 (Org mode 9.1.9)
|
||||||
|
#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
|
||||||
#+OPTIONS: author:t broken-links:nil c:nil creator:nil
|
#+OPTIONS: author:t broken-links:nil c:nil creator:nil
|
||||||
#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:t
|
#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t
|
||||||
#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
|
#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
|
||||||
#+OPTIONS: timestamp:t title:t toc:t todo:t |:t
|
#+OPTIONS: timestamp:t title:t toc:nil todo:t |:t
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ Set up the fonts that should be used by emacs.
|
|||||||
:width 'normal)
|
:width 'normal)
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'user
|
'user
|
||||||
'(variable-pitch ((t (:family "Source Sans Pro" :height 1.1 :weight light))))
|
'(variable-pitch ((t (:family "Source Sans Pro" :height 1.0 :weight light))))
|
||||||
'(fixed-pitch ((t ( :family "Hack" :slant normal :weight normal :height 1.0 :width normal)))))
|
'(fixed-pitch ((t ( :family "Hack" :slant normal :weight normal :height 1.0 :width normal)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -693,6 +693,12 @@ After a second of inactivity the minibuffer will expand and show possible comple
|
|||||||
(which-key-mode t))
|
(which-key-mode t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Autocompletion
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package company
|
||||||
|
:config
|
||||||
|
(global-company-mode))
|
||||||
|
#+END_SRC
|
||||||
* Set Variables
|
* Set Variables
|
||||||
** General Emacs Options
|
** General Emacs Options
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user