u/Astronaut6735

▲ 19 r/lisp

Anyone in the US want my slightly-defective Lulu print of On Lisp for Free?

UPDATE: u/theshmill wins!

I printed Paul Graham's "On Lisp" book at Lulu. It came out very nicely, but the binding was a little weak, and a few of the pages are starting to detach. They're still held in by at least a half the length of the page, and it's still intact and totally readable. Practically brand new (I only read the first couple of chapters in it).

Anyway, Lulu was great. They sent me another one for free, and now I have this extra slightly-defective one. It doesn't seem right to just throw it out. So I'll mail it to someone in the US who wants it through USPS Media Mail, no cost to you.

Reply here first that you want it, and then I'll get where to send it from you in private. Whoever replies first gets it.

https://preview.redd.it/89mhqqde681h1.jpg?width=1200&format=pjpg&auto=webp&s=668c1996ee7368c3194eccf2ee46af4766c306ed

reddit.com
u/Astronaut6735 — 8 days ago

How would you repair this?

I damaged this while trying to pry up some trim around the skylight so I could install a shade. What's the best way to fix this?

u/Astronaut6735 — 8 days ago
▲ 2 r/emacs

Is org-modern causing dimmer to make my org-mode agenda dim at startup?

I'm fairly new to all this, so I might be doing something to cause this problem.

I show my org-mode agenda by default when I start Emacs, and I use dimmer to make all of the other (inactive) buffers dim. I added org-modern to my init.el, and now when I start Emacs my agenda is dim, even though it's the active buffer. If I remove org-modern, everything works fine.

My init.el has three pieces that I think are involved.

;; Make the inactive buffers dimmer.
(use-package dimmer
  :custom (dimmer-fraction 0.4)
  :config (dimmer-mode))

;; Make org mode look better.
(use-package org-modern
    :after org
    :hook
    ((org-mode . org-modern-mode)
     (org-agenda-finalize . org-modern-agenda)))

;; Show org-mode agenda at startup.
(add-hook 'after-init-hook (lambda ()
  (org-agenda-list)
  (delete-other-windows)))

I really don't know what I'm doing, so if anyone has any ideas, I would appreciate the help. Thanks!

reddit.com
u/Astronaut6735 — 12 days ago

Some hornets are building a nest under one of the eaves of my house, and I need to have it removed. Anyone have a recommendation for a company that can do that?

Thanks!

reddit.com
u/Astronaut6735 — 16 days ago