This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd | |
| #. .bashrc | |
| mkdir -p ~/bk/an/ | |
| export COPY_FILE="true" | |
| #. ~/Nextcloud/sh/cp/at-cp.sh | |
| # 2025-12-31T15;39;29,01;00 | |
| # S="$1" | |
| # E=0 | |
| IFS=$'\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (require 'package) | |
| (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) | |
| ;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` | |
| ;; and `package-pinned-packages`. Most users will not need or want to do this. | |
| ;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) | |
| (package-initialize) | |
| (blink-cursor-mode -1) | |
| (pdf-tools-install) ;;(pdf-loader-install) ; On demand loading, leads to faster startup time |