Skip to content

Commit 03086f6

Browse files
authored
Org roam (#2)
* First note * Add notes
1 parent 853f231 commit 03086f6

5 files changed

+42
-8
lines changed

.github/CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ I'm really glad you're reading this, thanks.
55
The following is a set of guidelines for contributing to [pkb][pkb]. Use your best judgment, and feel free to propose changes to this document or any other community document in a pull request.
66

77

8-
## Getting started
9-
10-
To start using this repository right away,
11-
[fork this repository on GitHub](https://github.com/gfarfanb/pkb/fork).
12-
13-
148
## Code of Conduct
159

1610
This project and everyone participating in it is governed by the [pkb][pkb]
1711
[Code of Conduct](./CODE_OF_CONDUCT.md). Please report any unacceptable behavior
1812
to @gfarfanb.
1913

2014

15+
## Getting started
16+
17+
To start using this repository right away,
18+
[fork this repository on GitHub](https://github.com/gfarfanb/pkb/fork).
19+
20+
2121
## How can I contribute in a different way?
2222

2323
### Reporting bugs

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
*~
3-
#*
3+
\#*
4+
.#*
45

5-
.DS_Store
6+
.DS_Store

org-roam/20220719134437-hello.org

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:PROPERTIES:
2+
:ID: 7ad1ca1a-485a-4069-8fa8-5f66effaecfd
3+
:END:
4+
#+title: Hello World!
5+
6+
First Org-roam note.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:PROPERTIES:
2+
:ID: 4c091332-6698-469c-ac88-082e448d2c3b
3+
:END:
4+
#+title: Unable to use Emacs commands in Terminal (M-x term)
5+
#+filetags: :emacs:terminal:charmode:linemode:
6+
7+
* Solution
8+
Switch to *C-c C-j* /term-line-mode/ to use terminal as a normal text-buffer.
9+
10+
Switch to *C-c C-k* /term-char-mode/.
11+
12+
* Refs
13+
- [[https://stackoverflow.com/questions/2886184/copy-paste-in-emacs-ansi-term-shell]]
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:PROPERTIES:
2+
:ID: b5358360-60b7-4770-8861-022cea22438c
3+
:END:
4+
#+title: Git Config
5+
#+filetags: :git:config:
6+
7+
* Main
8+
#+begin_src
9+
git config --global user.name "Giovanni Farf�n B."
10+
git config --global user.email gfarfanb@...
11+
#+end_src
12+
13+
* Refs
14+
- [[https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration]]

0 commit comments

Comments
 (0)