Frame transparency.

Commit
3bff284eed67a9c20c640ddcf2b6e792faac53c7
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
custom.el
index 919d4287..d1bc8374 100644..100644
@@ -17,7 +17,7 @@
17 17 '(cua-mode t nil (cua-base))
18 18 '(custom-enabled-themes nil)
19 19 '(custom-safe-themes
20 Removed: '("0ab22463613090e46ea3b4a9a63c683e5b7fb5672cbf4888c720984caf1f5de1" "f78bb8993b8eb972db7d116f46b5969b38bb793f0a26f0b85d07546ac5248098" "59104e0700545965a14e2ab985884f81e7a41a6ea92c01c55979e1b92e47ebdc" "acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
20 Added: '("a643864a52d717b433c4bb4192b9d3c852bf07c32d97d1d5f7b328611d05f6cc" "59ca8d4d11e2b627bcaa2bb21abe61a1ee8fcfde7ef96c562675cd07b08075fb" "cf67a11d183c51346987b06c09ed77452aa58d91bf1eedc79a294fa26cc3ec6d" "e2c3c758924389bb7d54e1b7c89c8abce4a704226e66e3a0db4f0208d1cb58fd" "16c5f25cabfc28514fdb353df38955bb660abdb53b071d38c2e031bcd2dd5f10" "0ab22463613090e46ea3b4a9a63c683e5b7fb5672cbf4888c720984caf1f5de1" "f78bb8993b8eb972db7d116f46b5969b38bb793f0a26f0b85d07546ac5248098" "59104e0700545965a14e2ab985884f81e7a41a6ea92c01c55979e1b92e47ebdc" "acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
21 21 '(electric-indent-mode t)
22 22 '(erc-autojoin-channels-alist
23 23 '(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python")))
smart-documents.org
index 541e813d..e553deed 100644..100644
@@ -293,15 +293,15 @@
293 293 We set the dimensions of the initial frame:
294 294
295 295 #+BEGIN_SRC emacs-lisp :tangle yes
296 Removed: (add-to-list 'initial-frame-alist '(width . 100))
297 Removed: (add-to-list 'initial-frame-alist '(height . 50))
296 Added: (add-to-list 'initial-frame-alist '(width . 70))
297 Added: (add-to-list 'initial-frame-alist '(height . 40))
298 298 #+END_SRC
299 299
300 300 We also set the dimensions of subsequent frames:
301 301
302 302 #+BEGIN_SRC emacs-lisp :tangle yes
303 Removed: (add-to-list 'default-frame-alist '(width . 50))
304 Removed: (add-to-list 'default-frame-alist '(height . 30))
303 Added: (add-to-list 'default-frame-alist '(width . 70))
304 Added: (add-to-list 'default-frame-alist '(height . 40))
305 305 #+END_SRC
306 306
307 307 Transparency.
@@ -309,8 +309,8 @@
309 309 #+BEGIN_SRC emacs-lisp :tangle yes
310 310 ;; (set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>))
311 311 ;; (set-frame-parameter (selected-frame) 'alpha <both>)
312 Removed: (set-frame-parameter (selected-frame) 'alpha '(95 . 50))
313 Removed: (add-to-list 'default-frame-alist '(alpha . (95 . 50)))
312 Added: (set-frame-parameter (selected-frame) 'alpha '(95 . 80))
313 Added: (add-to-list 'default-frame-alist '(alpha . (95 . 80)))
314 314 #+END_SRC
315 315
316 316 ** Secrets
@@ -718,6 +718,7 @@
718 718
719 719 #+NAME: company
720 720 #+BEGIN_SRC emacs-lisp
721 Added: (use-package company)
721 722 (add-hook 'after-init-hook 'global-company-mode)
722 723 #+END_SRC
723 724
@@ -1037,11 +1038,13 @@
1037 1038 (org-entry-properties))
1038 1039 #+END_SRC
1039 1040
1041 Added: (This block was evaluated on Microsoft Windows.)
1042 Added:
1040 1043 #+RESULTS[cf982044956d8f3ec89e7a9da80976b1b19db423]: org-meta-info
1041 1044 : (("CATEGORY" . "smart-documents")
1042 1045 : ("BLOCKED" . "")
1043 Removed: : ("FILE" . "/home/blendux/.emacs.d/smart-documents.org")
1044 Removed: : ("PRIORITY" . "B")
1046 Added: : ("FILE" . "c:/Users/blend/AppData/Roaming/.emacs.d/smart-documents.org")
1047 Added: : ("PRIORITY" . "A")
1045 1048 : ("ITEM" . "Introduction"))
1046 1049
1047 1050 ** Basic customization