Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2021-05-25 08:44:30 +02:00
commit 793f131ee2
5 changed files with 17 additions and 10 deletions

View file

@ -1,25 +1,26 @@
# Table of Contents
1. [Hello](#org11d2e9e)
2. [How to setup?](#org88a623f)
1. [Linux](#orga18c97b)
2. [Windows](#org2476761)
1. [Hello](#org3292a53)
2. [How to setup?](#orgc216834)
1. [Linux](#org959ef3d)
2. [Windows](#orgaa37326)
<a id="org11d2e9e"></a>
<a id="org3292a53"></a>
# Hello
This is my personal emacs conf dir
<a id="org88a623f"></a>
<a id="orgc216834"></a>
# How to setup?
<a id="orga18c97b"></a>
<a id="org959ef3d"></a>
## Linux
@ -27,7 +28,7 @@ This is my personal emacs conf dir
- rename \`emacs.d\` to \`.emacs.d\`
<a id="org2476761"></a>
<a id="orgaa37326"></a>
## Windows

View file

@ -1,3 +1,6 @@
#+title: emacs configuration
#+author: Marcus Kammer
#+email: marcus.kammer@mailbox.org
* Hello
This is my personal emacs conf dir

View file

@ -103,14 +103,15 @@
(use-package org
:init
(add-hook 'org-mode-hook #'org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
:config
(setq org-agenda-dim-blocked-tasks nil
org-agenda-inhibit-startup nil
org-agenda-span 14
org-agenda-start-on-weekday nil
org-agenda-include-diary t
org-refile-targets '((nil :maxlevel . 3)))
org-refile-targets '((nil :maxlevel . 3))
org-export-dispatch-use-expert-ui nil)
(setq org-clock-out-remove-zero-time-clocks t
org-clock-persist t

View file

@ -8,6 +8,7 @@
'("fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default))
'(default-frame-alist '((font . "Fira Code-12") (width . 94) (height . 70)))
'(initial-frame-alist '((fullscreen . fullscreen)))
'(ispell-program-name "c:/msys64/mingw64/bin/aspell.exe")
'(nov-unzip-program "c:/msys64/usr/bin/unzip.exe")
'(olivetti-body-width 82 nil nil "Customized with use-package olivetti")
'(org-agenda-files '("D:/visua/HiDrive/Documents/journal"))

View file

@ -630,6 +630,7 @@ this default behavior. Below is a list of such options:
logging.info('Success!')
return r.text
def main():
entry_str = '- [[{0}][{1}]]'
feeds = {}