From be10836398f0f7fbb605e03a3ed762d5f77c17e1 Mon Sep 17 00:00:00 2001 From: elf Date: Fri, 24 Apr 2020 22:49:31 +0900 Subject: [PATCH 1/5] first upload --- .emacs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .emacs diff --git a/.emacs b/.emacs new file mode 100644 index 0000000..e620752 --- /dev/null +++ b/.emacs @@ -0,0 +1,24 @@ + +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'package) +(add-to-list 'package-archives + '("melpa" . "http://melpa.org/packages/") t) + +(package-initialize) + +(global-set-key (kbd "") (lambda () (interactive) (find-file "~/learning.org"))) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages (quote (magit)))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) From 45f863feb5756851f4bc7d38024f9168ed036d33 Mon Sep 17 00:00:00 2001 From: elf Date: Fri, 24 Apr 2020 23:24:27 +0900 Subject: [PATCH 2/5] 2nd upload --- learning.org | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 learning.org diff --git a/learning.org b/learning.org new file mode 100644 index 0000000..f7ee071 --- /dev/null +++ b/learning.org @@ -0,0 +1,11 @@ +learning MY PROJECT -*- mode: org -*- + +* 2020-04-10 +test +** ungleich learning circle +test + + + + + From ff1dad7ae40b7a9ef7315d7ff2f1374cf9f637e1 Mon Sep 17 00:00:00 2001 From: elf Date: Sat, 25 Apr 2020 00:27:39 +0900 Subject: [PATCH 3/5] third upload --- learning.org | 1 + 1 file changed, 1 insertion(+) diff --git a/learning.org b/learning.org index f7ee071..f0ff2f0 100644 --- a/learning.org +++ b/learning.org @@ -9,3 +9,4 @@ test +test2 From b11a03ca69e699713f1155973f35ddbda717ece6 Mon Sep 17 00:00:00 2001 From: elf Date: Mon, 27 Apr 2020 19:38:59 +0900 Subject: [PATCH 4/5] * kjg/learning.org:upload --- kjg/learning.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kjg/learning.org diff --git a/kjg/learning.org b/kjg/learning.org new file mode 100644 index 0000000..f0ff2f0 --- /dev/null +++ b/kjg/learning.org @@ -0,0 +1,12 @@ +learning MY PROJECT -*- mode: org -*- + +* 2020-04-10 +test +** ungleich learning circle +test + + + + + +test2 From 2765addbed63b33d2a1b74854ac4869e4a5f0106 Mon Sep 17 00:00:00 2001 From: elf Date: Mon, 27 Apr 2020 19:41:53 +0900 Subject: [PATCH 5/5] delete trash file --- .emacs | 24 ------------------------ learning.org | 12 ------------ 2 files changed, 36 deletions(-) delete mode 100644 .emacs delete mode 100644 learning.org diff --git a/.emacs b/.emacs deleted file mode 100644 index e620752..0000000 --- a/.emacs +++ /dev/null @@ -1,24 +0,0 @@ - -;; Added by Package.el. This must come before configurations of -;; installed packages. Don't delete this line. If you don't want it, -;; just comment it out by adding a semicolon to the start of the line. -;; You may delete these explanatory comments. -(require 'package) -(add-to-list 'package-archives - '("melpa" . "http://melpa.org/packages/") t) - -(package-initialize) - -(global-set-key (kbd "") (lambda () (interactive) (find-file "~/learning.org"))) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(package-selected-packages (quote (magit)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) diff --git a/learning.org b/learning.org deleted file mode 100644 index f0ff2f0..0000000 --- a/learning.org +++ /dev/null @@ -1,12 +0,0 @@ -learning MY PROJECT -*- mode: org -*- - -* 2020-04-10 -test -** ungleich learning circle -test - - - - - -test2